#261890

Color #261890 Ultramarine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ultramarine #261890

Tints of Ultramarine #261890

Color information

#261890 (or 0x261890) is unknown color: approx Ultramarine. HEX triplet: 26, 18 and 90. RGB value is (38,24,144). Sum of RGB (Red+Green+Blue) = 38+24+144=206 (27% of max value = 765). Red value is 38 (15.23% from 255 or 18.45% from 206); Green value is 24 (9.77% from 255 or 11.65% from 206); Blue value is 144 (56.64% from 255 or 69.90% from 206); Max value from RGB is 144 - color contains mainly: blue. Hex color #261890 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #261890 is #D9E76F. Grayscale: #292929. Windows color (decimal): -14280560 or 9443366. OLE color: 9443366.

HSL color Cylindrical-coordinate representation of color #261890: hue angle of 247º degrees, saturation: 0.71, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #261890 is Cyan = 0.74, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB3824144-
CMYK0.740.8300.44
HSL247º71.43%32.94%-
HSV(B)247º83.33%56.47%-
XYZ6.163.0826.66-
YUV41.87185.64125.24-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 38 (15.23% from 255) = 18.45%
GREEN value IS 24 (9.77% from 255) = 11.65%
BLUE value IS 144 (56.64% from 255) = 69.90%
R=18.45%
G=11.65%
B=69.90%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal38241440.740.8300.4424771.4332.94
Hex2618904A5302Cf74721
Octal463022011212305436710741
Binary1001101100010010000100101010100110101100111101111000111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #261890

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #261890; }

 p { color: rgb(38,24,144); }

 H1.HeaderClassName
 {
   color: #261890;
 }
 .AnyTagClassName
 {
   color: #261890;
 }
</style>
background-color css

<style>
 a { background-color: #261890; }

 a { background-color: rgb(38,24,144); }

 div.DivClassName
 {
   background-color: #261890;
 }
 .BgClassName
 {
   background-color: #261890;
 }
</style>
border-color css

<style>
 span { border-color: #261890; }

 span { border-color: rgb(38,24,144); }

 td.TdClassName
 {
   border-color: #261890;
 }
 .TagClassName
 {
   border-color: #261890;
 }
</style>