#0B3E78

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

Shades of Dark Cerulean #0B3E78

Tints of Dark Cerulean #0B3E78

Color information

#0B3E78 (or 0x0B3E78) is unknown color: approx Dark Cerulean. HEX triplet: 0B, 3E and 78. RGB value is (11,62,120). Sum of RGB (Red+Green+Blue) = 11+62+120=193 (25% of max value = 765). Red value is 11 (4.69% from 255 or 5.70% from 193); Green value is 62 (24.61% from 255 or 32.12% from 193); Blue value is 120 (47.27% from 255 or 62.18% from 193); Max value from RGB is 120 - color contains mainly: blue. Hex color #0B3E78 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0B3E78 is #F4C187. Grayscale: #353535. Windows color (decimal): -16040328 or 7880203. OLE color: 7880203.

HSL color Cylindrical-coordinate representation of color #0B3E78: hue angle of 211.93º degrees, saturation: 0.83, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0B3E78 is Cyan = 0.91, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB1162120-
CMYK0.910.4800.53
HSL211.93º83.21%25.69%-
HSV(B)211.93º90.83%47.06%-
XYZ5.254.8718.43-
YUV53.36165.697.78-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 5.70%
GREEN value IS 62 (24.61% from 255) = 32.12%
BLUE value IS 120 (47.27% from 255) = 62.18%
R=5.70%
G=32.12%
B=62.18%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11621200.910.4800.53211.9383.2125.69
HexB3E785B30035d4531a
Octal13761701336006532412332
Binary101111111011110001011011110000011010111010100101001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B3E78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,62,120); }

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

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

 a { background-color: rgb(11,62,120); }

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

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

 span { border-color: rgb(11,62,120); }

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