#0B4C71

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

Shades of Dark Cerulean #0B4C71

Tints of Dark Cerulean #0B4C71

Color information

#0B4C71 (or 0x0B4C71) is unknown color: approx Dark Cerulean. HEX triplet: 0B, 4C and 71. RGB value is (11,76,113). Sum of RGB (Red+Green+Blue) = 11+76+113=200 (26% of max value = 765). Red value is 11 (4.69% from 255 or 5.5% from 200); Green value is 76 (30.08% from 255 or 38% from 200); Blue value is 113 (44.53% from 255 or 56.5% from 200); Max value from RGB is 113 - color contains mainly: blue. Hex color #0B4C71 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0B4C71 is #F4B38E. Grayscale: #3C3C3C. Windows color (decimal): -16036751 or 7425035. OLE color: 7425035.

HSL color Cylindrical-coordinate representation of color #0B4C71: hue angle of 201.76º 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 #0B4C71 is Cyan = 0.90, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB1176113-
CMYK0.900.3300.56
HSL201.76º82.26%24.31%-
HSV(B)201.76º90.27%44.31%-
XYZ5.76.4316.56-
YUV60.78157.4792.49-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 5.5%
GREEN value IS 76 (30.08% from 255) = 38%
BLUE value IS 113 (44.53% from 255) = 56.5%
R=5.5%
G=38%
B=56.5%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11761130.900.3300.56201.7682.2624.31
HexB4C715A21038ca5218
Octal131141611324107031212230
Binary1011100110011100011011010100001011100011001010101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B4C71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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