Shades of Dark Cerulean #0B486C
Tints of Dark Cerulean #0B486C
RGB
CMYK
RGB Variations
Color information
#0B486C (or 0x0B486C) is known color: 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
| RGB | 11 | 72 | 108 | - |
| CMYK | 0.90 | 0.33 | 0 | 0.58 |
| HSL | 202.27º | 0.82% | 0.23% | - |
| HSV(B) | 202.27º | 0.9% | 0.42% | - |
| XYZ | 5.16 | 5.79 | 15.03 | - |
| YUV | 57.87 | 156.29 | 94.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 72 | 108 | 0.90 | 0.33 | 0 | 0.58 | 202.27 | 0.82 | 0.23 |
| Hex | B | 48 | 6C | 5A | 21 | 0 | 3A | CA | 52 | 17 |
| Octal | 13 | 110 | 154 | 132 | 41 | 0 | 72 | 312 | 122 | 27 |
| Binary | 1011 | 1001000 | 1101100 | 1011010 | 100001 | 0 | 111010 | 11001010 | 1010010 | 10111 |
Color Harmonies of #0B486C
Complementary color
Monochromatic Colors of #0B486C
Black with #0B486C
Text Example
Text Example
White with #0B486C
Text Example
Text Example
HTML Codes & Css Web 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>