#0B4B71

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

Shades of Dark Cerulean #0B4B71

Tints of Dark Cerulean #0B4B71

Color information

#0B4B71 (or 0x0B4B71) is unknown color: approx Dark Cerulean. HEX triplet: 0B, 4B and 71. RGB value is (11,75,113). Sum of RGB (Red+Green+Blue) = 11+75+113=199 (26% of max value = 765). Red value is 11 (4.69% from 255 or 5.53% from 199); Green value is 75 (29.69% from 255 or 37.69% from 199); Blue value is 113 (44.53% from 255 or 56.78% from 199); Max value from RGB is 113 - color contains mainly: blue. Hex color #0B4B71 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0B4B71 is #F4B48E. Grayscale: #3B3B3B. Windows color (decimal): -16037007 or 7424779. OLE color: 7424779.

HSL color Cylindrical-coordinate representation of color #0B4B71: hue angle of 202.35º degrees, saturation: 0.82, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0B4B71 is Cyan = 0.90, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB1175113-
CMYK0.900.3400.56
HSL202.35º82.26%24.31%-
HSV(B)202.35º90.27%44.31%-
XYZ5.636.316.54-
YUV60.2157.892.91-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 5.53%
GREEN value IS 75 (29.69% from 255) = 37.69%
BLUE value IS 113 (44.53% from 255) = 56.78%
R=5.53%
G=37.69%
B=56.78%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11751130.900.3400.56202.3582.2624.31
HexB4B715A22038ca5218
Octal131131611324207031212230
Binary1011100101111100011011010100010011100011001010101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B4B71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,75,113); }

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

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

 a { background-color: rgb(11,75,113); }

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

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

 span { border-color: rgb(11,75,113); }

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