#0B3974

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

Shades of Dark Cerulean #0B3974

Tints of Dark Cerulean #0B3974

Color information

#0B3974 (or 0x0B3974) is unknown color: approx Dark Cerulean. HEX triplet: 0B, 39 and 74. RGB value is (11,57,116). Sum of RGB (Red+Green+Blue) = 11+57+116=184 (24% of max value = 765). Red value is 11 (4.69% from 255 or 5.98% from 184); Green value is 57 (22.66% from 255 or 30.98% from 184); Blue value is 116 (45.70% from 255 or 63.04% from 184); Max value from RGB is 116 - color contains mainly: blue. Hex color #0B3974 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0B3974 is #F4C68B. Grayscale: #313131. Windows color (decimal): -16041612 or 7616779. OLE color: 7616779.

HSL color Cylindrical-coordinate representation of color #0B3974: hue angle of 213.71º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0B3974 is Cyan = 0.91, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB1157116-
CMYK0.910.5100.55
HSL213.71º82.68%24.9%-
HSV(B)213.71º90.52%45.49%-
XYZ4.754.2617.09-
YUV49.97165.26100.2-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 5.98%
GREEN value IS 57 (22.66% from 255) = 30.98%
BLUE value IS 116 (45.70% from 255) = 63.04%
R=5.98%
G=30.98%
B=63.04%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11571160.910.5100.55213.7182.6824.9
HexB39745B33037d65319
Octal13711641336306732612331
Binary101111100111101001011011110011011011111010110101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B3974

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,57,116); }

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

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

 a { background-color: rgb(11,57,116); }

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

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

 span { border-color: rgb(11,57,116); }

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