#0B5576

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

Shades of Dark Cerulean #0B5576

Tints of Dark Cerulean #0B5576

Color information

#0B5576 (or 0x0B5576) is unknown color: approx Dark Cerulean. HEX triplet: 0B, 55 and 76. RGB value is (11,85,118). Sum of RGB (Red+Green+Blue) = 11+85+118=214 (28% of max value = 765). Red value is 11 (4.69% from 255 or 5.14% from 214); Green value is 85 (33.59% from 255 or 39.72% from 214); Blue value is 118 (46.48% from 255 or 55.14% from 214); Max value from RGB is 118 - color contains mainly: blue. Hex color #0B5576 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0B5576 is #F4AA89. Grayscale: #424242. Windows color (decimal): -16034442 or 7755019. OLE color: 7755019.

HSL color Cylindrical-coordinate representation of color #0B5576: hue angle of 198.5º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0B5576 is Cyan = 0.91, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB1185118-
CMYK0.910.2800.54
HSL198.5º82.95%25.29%-
HSV(B)198.5º90.68%46.27%-
XYZ6.667.8818.31-
YUV66.64156.9888.32-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 5.14%
GREEN value IS 85 (33.59% from 255) = 39.72%
BLUE value IS 118 (46.48% from 255) = 55.14%
R=5.14%
G=39.72%
B=55.14%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11851180.910.2800.54198.582.9525.29
HexB55765B1C036c75319
Octal131251661333406630712331
Binary101110101011110110101101111100011011011000111101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B5576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,85,118); }

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

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

 a { background-color: rgb(11,85,118); }

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

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

 span { border-color: rgb(11,85,118); }

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