#0B486C

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

Shades of Dark Cerulean #0B486C

Tints of Dark Cerulean #0B486C

Color information

#0B486C (or 0x0B486C) is unknown color: approx Dark Cerulean. HEX triplet: 0B, 48 and 6C. RGB value is (11,72,108). Sum of RGB (Red+Green+Blue) = 11+72+108=191 (25% of max value = 765). Red value is 11 (4.69% from 255 or 5.76% from 191); Green value is 72 (28.52% from 255 or 37.70% from 191); Blue value is 108 (42.58% from 255 or 56.54% from 191); Max value from RGB is 108 - color contains mainly: blue. Hex color #0B486C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0B486C is #F4B793. Grayscale: #393939. Windows color (decimal): -16037780 or 7096331. OLE color: 7096331.

HSL color Cylindrical-coordinate representation of color #0B486C: hue angle of 202.27º degrees, saturation: 0.82, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0B486C is Cyan = 0.90, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB1172108-
CMYK0.900.3300.58
HSL202.27º81.51%23.33%-
HSV(B)202.27º89.81%42.35%-
XYZ5.165.7915.03-
YUV57.86156.2994.57-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 5.76%
GREEN value IS 72 (28.52% from 255) = 37.70%
BLUE value IS 108 (42.58% from 255) = 56.54%
R=5.76%
G=37.70%
B=56.54%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal11721080.900.3300.58202.2781.5123.33
HexB486C5A2103Aca5217
Octal131101541324107231212227
Binary1011100100011011001011010100001011101011001010101001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B486C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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