#0B4276

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

Shades of Dark Cerulean #0B4276

Tints of Dark Cerulean #0B4276

Color information

#0B4276 (or 0x0B4276) is unknown color: approx Dark Cerulean. HEX triplet: 0B, 42 and 76. RGB value is (11,66,118). Sum of RGB (Red+Green+Blue) = 11+66+118=195 (25% of max value = 765). Red value is 11 (4.69% from 255 or 5.64% from 195); Green value is 66 (26.17% from 255 or 33.85% from 195); Blue value is 118 (46.48% from 255 or 60.51% from 195); Max value from RGB is 118 - color contains mainly: blue. Hex color #0B4276 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0B4276 is #F4BD89. Grayscale: #373737. Windows color (decimal): -16039306 or 7750155. OLE color: 7750155.

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

Color convert

RGB1166118-
CMYK0.910.4400.54
HSL209.16º82.95%25.29%-
HSV(B)209.16º90.68%46.27%-
XYZ5.365.2817.88-
YUV55.48163.2896.27-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 5.64%
GREEN value IS 66 (26.17% from 255) = 33.85%
BLUE value IS 118 (46.48% from 255) = 60.51%
R=5.64%
G=33.85%
B=60.51%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11661180.910.4400.54209.1682.9525.29
HexB42765B2C036d15319
Octal131021661335406632112331
Binary1011100001011101101011011101100011011011010001101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B4276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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