#0B3A76

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

Shades of Dark Cerulean #0B3A76

Tints of Dark Cerulean #0B3A76

Color information

#0B3A76 (or 0x0B3A76) is unknown color: approx Dark Cerulean. HEX triplet: 0B, 3A and 76. RGB value is (11,58,118). Sum of RGB (Red+Green+Blue) = 11+58+118=187 (24% of max value = 765). Red value is 11 (4.69% from 255 or 5.88% from 187); Green value is 58 (23.05% from 255 or 31.02% from 187); Blue value is 118 (46.48% from 255 or 63.10% from 187); Max value from RGB is 118 - color contains mainly: blue. Hex color #0B3A76 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0B3A76 is #F4C589. Grayscale: #323232. Windows color (decimal): -16041354 or 7748107. OLE color: 7748107.

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

Color convert

RGB1158118-
CMYK0.910.5100.54
HSL213.64º82.95%25.29%-
HSV(B)213.64º90.68%46.27%-
XYZ4.924.4117.73-
YUV50.79165.9399.62-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 5.88%
GREEN value IS 58 (23.05% from 255) = 31.02%
BLUE value IS 118 (46.48% from 255) = 63.10%
R=5.88%
G=31.02%
B=63.10%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11581180.910.5100.54213.6482.9525.29
HexB3A765B33036d65319
Octal13721661336306632612331
Binary101111101011101101011011110011011011011010110101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B3A76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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