#0B4076

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

Shades of Dark Cerulean #0B4076

Tints of Dark Cerulean #0B4076

Color information

#0B4076 (or 0x0B4076) is unknown color: approx Dark Cerulean. HEX triplet: 0B, 40 and 76. RGB value is (11,64,118). Sum of RGB (Red+Green+Blue) = 11+64+118=193 (25% of max value = 765). Red value is 11 (4.69% from 255 or 5.70% from 193); Green value is 64 (25.39% from 255 or 33.16% from 193); Blue value is 118 (46.48% from 255 or 61.14% from 193); Max value from RGB is 118 - color contains mainly: blue. Hex color #0B4076 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0B4076 is #F4BF89. Grayscale: #363636. Windows color (decimal): -16039818 or 7749643. OLE color: 7749643.

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

Color convert

RGB1164118-
CMYK0.910.4600.54
HSL210.28º82.95%25.29%-
HSV(B)210.28º90.68%46.27%-
XYZ5.245.0517.84-
YUV54.31163.9497.11-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 5.70%
GREEN value IS 64 (25.39% from 255) = 33.16%
BLUE value IS 118 (46.48% from 255) = 61.14%
R=5.70%
G=33.16%
B=61.14%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11641180.910.4600.54210.2882.9525.29
HexB40765B2E036d25319
Octal131001661335606632212331
Binary1011100000011101101011011101110011011011010010101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B4076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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