#0b4869

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

Shades of Dark Cerulean #0B4869

Tints of Dark Cerulean #0B4869

Color information

#0B4869 (or 0x0B4869) is unknown color: approx Dark Cerulean. HEX triplet: 0B, 48 and 69. RGB value is (11,72,105). Sum of RGB (Red+Green+Blue) = 11+72+105=188 (24% of max value = 765). Red value is 11 (4.69% from 255 or 5.85% from 188); Green value is 72 (28.52% from 255 or 38.30% from 188); Blue value is 105 (41.41% from 255 or 55.85% from 188); Max value from RGB is 105 - color contains mainly: blue. Hex color #0B4869 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0B4869 is #F4B796. Grayscale: #393939. Windows color (decimal): -16037783 or 6899723. OLE color: 6899723.

HSL color Cylindrical-coordinate representation of color #0B4869: hue angle of 201.06º degrees, saturation: 0.81, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0B4869 is Cyan = 0.90, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB1172105-
CMYK0.900.3100.59
HSL201.06º81.03%22.75%-
HSV(B)201.06º89.52%41.18%-
XYZ5.015.7314.21-
YUV57.52154.7994.82-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 5.85%
GREEN value IS 72 (28.52% from 255) = 38.30%
BLUE value IS 105 (41.41% from 255) = 55.85%
R=5.85%
G=38.30%
B=55.85%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal11721050.900.3100.59201.0681.0322.75
HexB48695A1F03Bc95117
Octal131101511323707331112127
Binary101110010001101001101101011111011101111001001101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0b4869

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,72,105); }

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

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

 a { background-color: rgb(11,72,105); }

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

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

 span { border-color: rgb(11,72,105); }

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