#0B4972

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

Shades of Dark Cerulean #0B4972

Tints of Dark Cerulean #0B4972

Color information

#0B4972 (or 0x0B4972) is unknown color: approx Dark Cerulean. HEX triplet: 0B, 49 and 72. RGB value is (11,73,114). Sum of RGB (Red+Green+Blue) = 11+73+114=198 (26% of max value = 765). Red value is 11 (4.69% from 255 or 5.56% from 198); Green value is 73 (28.91% from 255 or 36.87% from 198); Blue value is 114 (44.92% from 255 or 57.58% from 198); Max value from RGB is 114 - color contains mainly: blue. Hex color #0B4972 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0B4972 is #F4B68D. Grayscale: #3A3A3A. Windows color (decimal): -16037518 or 7489803. OLE color: 7489803.

HSL color Cylindrical-coordinate representation of color #0B4972: hue angle of 203.88º degrees, saturation: 0.82, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0B4972 is Cyan = 0.90, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB1173114-
CMYK0.900.3600.55
HSL203.88º82.4%24.51%-
HSV(B)203.88º90.35%44.71%-
XYZ5.566.0516.79-
YUV59.14158.9693.67-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 5.56%
GREEN value IS 73 (28.91% from 255) = 36.87%
BLUE value IS 114 (44.92% from 255) = 57.58%
R=5.56%
G=36.87%
B=57.58%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11731140.900.3600.55203.8882.424.51
HexB49725A24037cc5219
Octal131111621324406731412231
Binary1011100100111100101011010100100011011111001100101001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B4972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,73,114); }

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

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

 a { background-color: rgb(11,73,114); }

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

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

 span { border-color: rgb(11,73,114); }

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