#0B3676

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

Shades of Dark Cerulean #0B3676

Tints of Dark Cerulean #0B3676

Color information

#0B3676 (or 0x0B3676) is unknown color: approx Dark Cerulean. HEX triplet: 0B, 36 and 76. RGB value is (11,54,118). Sum of RGB (Red+Green+Blue) = 11+54+118=183 (24% of max value = 765). Red value is 11 (4.69% from 255 or 6.01% from 183); Green value is 54 (21.48% from 255 or 29.51% from 183); Blue value is 118 (46.48% from 255 or 64.48% from 183); Max value from RGB is 118 - color contains mainly: blue. Hex color #0B3676 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0B3676 is #F4C989. Grayscale: #303030. Windows color (decimal): -16042378 or 7747083. OLE color: 7747083.

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

Color convert

RGB1154118-
CMYK0.910.5400.54
HSL215.89º82.95%25.29%-
HSV(B)215.89º90.68%46.27%-
XYZ4.734.0217.67-
YUV48.44167.25101.3-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 6.01%
GREEN value IS 54 (21.48% from 255) = 29.51%
BLUE value IS 118 (46.48% from 255) = 64.48%
R=6.01%
G=29.51%
B=64.48%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11541180.910.5400.54215.8982.9525.29
HexB36765B36036d85319
Octal13661661336606633012331
Binary101111011011101101011011110110011011011011000101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B3676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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