#0B426E

Color #0B426E Dark Cerulean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Cerulean #0B426E

Tints of Dark Cerulean #0B426E

Color information

#0B426E (or 0x0B426E) is unknown color: approx Dark Cerulean. HEX triplet: 0B, 42 and 6E. RGB value is (11,66,110). Sum of RGB (Red+Green+Blue) = 11+66+110=187 (24% of max value = 765). Red value is 11 (4.69% from 255 or 5.88% from 187); Green value is 66 (26.17% from 255 or 35.29% from 187); Blue value is 110 (43.36% from 255 or 58.82% from 187); Max value from RGB is 110 - color contains mainly: blue. Hex color #0B426E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0B426E is #F4BD91. Grayscale: #363636. Windows color (decimal): -16039314 or 7225867. OLE color: 7225867.

HSL color Cylindrical-coordinate representation of color #0B426E: hue angle of 206.67º degrees, saturation: 0.82, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0B426E is Cyan = 0.9, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB1166110-
CMYK0.90.400.57
HSL206.67º81.82%23.73%-
HSV(B)206.67º90%43.14%-
XYZ4.95.0915.48-
YUV54.57159.2896.92-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 5.88%
GREEN value IS 66 (26.17% from 255) = 35.29%
BLUE value IS 110 (43.36% from 255) = 58.82%
R=5.88%
G=35.29%
B=58.82%

CMYK

C (Cyan) values IS 0.9
M (Magenta) values IS 0.4
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal11661100.90.400.57206.6781.8223.73
HexB426E5A28039cf5218
Octal131021561325007131712230
Binary1011100001011011101011010101000011100111001111101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B426E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0B426E; }

 p { color: rgb(11,66,110); }

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

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

 a { background-color: rgb(11,66,110); }

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

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

 span { border-color: rgb(11,66,110); }

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