#0B4376

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

Shades of Dark Cerulean #0B4376

Tints of Dark Cerulean #0B4376

Color information

#0B4376 (or 0x0B4376) is unknown color: approx Dark Cerulean. HEX triplet: 0B, 43 and 76. RGB value is (11,67,118). Sum of RGB (Red+Green+Blue) = 11+67+118=196 (25% of max value = 765). Red value is 11 (4.69% from 255 or 5.61% from 196); Green value is 67 (26.56% from 255 or 34.18% from 196); Blue value is 118 (46.48% from 255 or 60.20% from 196); Max value from RGB is 118 - color contains mainly: blue. Hex color #0B4376 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0B4376 is #F4BC89. Grayscale: #373737. Windows color (decimal): -16039050 or 7750411. OLE color: 7750411.

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

Color convert

RGB1167118-
CMYK0.910.4300.54
HSL208.6º82.95%25.29%-
HSV(B)208.6º90.68%46.27%-
XYZ5.425.3917.9-
YUV56.07162.9595.85-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 5.61%
GREEN value IS 67 (26.56% from 255) = 34.18%
BLUE value IS 118 (46.48% from 255) = 60.20%
R=5.61%
G=34.18%
B=60.20%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11671180.910.4300.54208.682.9525.29
HexB43765B2B036d15319
Octal131031661335306632112331
Binary1011100001111101101011011101011011011011010001101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B4376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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