#0B4B72

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

Shades of Dark Cerulean #0B4B72

Tints of Dark Cerulean #0B4B72

Color information

#0B4B72 (or 0x0B4B72) is unknown color: approx Dark Cerulean. HEX triplet: 0B, 4B and 72. RGB value is (11,75,114). Sum of RGB (Red+Green+Blue) = 11+75+114=200 (26% of max value = 765). Red value is 11 (4.69% from 255 or 5.5% from 200); Green value is 75 (29.69% from 255 or 37.5% from 200); Blue value is 114 (44.92% from 255 or 57% from 200); Max value from RGB is 114 - color contains mainly: blue. Hex color #0B4B72 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0B4B72 is #F4B48D. Grayscale: #3C3C3C. Windows color (decimal): -16037006 or 7490315. OLE color: 7490315.

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

Color convert

RGB1175114-
CMYK0.900.3400.55
HSL202.72º82.4%24.51%-
HSV(B)202.72º90.35%44.71%-
XYZ5.696.3216.84-
YUV60.31158.392.83-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 5.5%
GREEN value IS 75 (29.69% from 255) = 37.5%
BLUE value IS 114 (44.92% from 255) = 57%
R=5.5%
G=37.5%
B=57%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11751140.900.3400.55202.7282.424.51
HexB4B725A22037cb5219
Octal131131621324206731312231
Binary1011100101111100101011010100010011011111001011101001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B4B72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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