#0B5376

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

Shades of Dark Cerulean #0B5376

Tints of Dark Cerulean #0B5376

Color information

#0B5376 (or 0x0B5376) is unknown color: approx Dark Cerulean. HEX triplet: 0B, 53 and 76. RGB value is (11,83,118). Sum of RGB (Red+Green+Blue) = 11+83+118=212 (28% of max value = 765). Red value is 11 (4.69% from 255 or 5.19% from 212); Green value is 83 (32.81% from 255 or 39.15% from 212); Blue value is 118 (46.48% from 255 or 55.66% from 212); Max value from RGB is 118 - color contains mainly: blue. Hex color #0B5376 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0B5376 is #F4AC89. Grayscale: #414141. Windows color (decimal): -16034954 or 7754507. OLE color: 7754507.

HSL color Cylindrical-coordinate representation of color #0B5376: hue angle of 199.63º 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 #0B5376 is Cyan = 0.91, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB1183118-
CMYK0.910.3000.54
HSL199.63º82.95%25.29%-
HSV(B)199.63º90.68%46.27%-
XYZ6.57.5718.26-
YUV65.46157.6589.15-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 5.19%
GREEN value IS 83 (32.81% from 255) = 39.15%
BLUE value IS 118 (46.48% from 255) = 55.66%
R=5.19%
G=39.15%
B=55.66%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11831180.910.3000.54199.6382.9525.29
HexB53765B1E036c85319
Octal131231661333606631012331
Binary101110100111110110101101111110011011011001000101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B5376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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