Shades of Dark Cerulean #0B476C
Tints of Dark Cerulean #0B476C
RGB
CMYK
RGB Variations
Color information
#0B476C (or 0x0B476C) is known color: Dark Cerulean. HEX triplet: 0B, 47 and 6C. RGB value is (11,71,108). Sum of RGB (Red+Green+Blue) = 11+71+108=190 (25% of max value = 765). Red value is 11 (4.69% from 255 or 5.79% from 190); Green value is 71 (28.12% from 255 or 37.37% from 190); Blue value is 108 (42.58% from 255 or 56.84% from 190); Max value from RGB is 108 - color contains mainly: blue. Hex color #0B476C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0B476C is #F4B893. Grayscale: #393939. Windows color (decimal): -16038036 or 7096075. OLE color: 7096075.
HSL color Cylindrical-coordinate representation of color #0B476C: hue angle of 202.89º 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 #0B476C is Cyan = 0.90, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 11 | 71 | 108 | - |
| CMYK | 0.90 | 0.34 | 0 | 0.58 |
| HSL | 202.89º | 0.82% | 0.23% | - |
| HSV(B) | 202.89º | 0.9% | 0.42% | - |
| XYZ | 5.1 | 5.66 | 15.01 | - |
| YUV | 57.28 | 156.62 | 94.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 71 | 108 | 0.90 | 0.34 | 0 | 0.58 | 202.89 | 0.82 | 0.23 |
| Hex | B | 47 | 6C | 5A | 22 | 0 | 3A | CB | 52 | 17 |
| Octal | 13 | 107 | 154 | 132 | 42 | 0 | 72 | 313 | 122 | 27 |
| Binary | 1011 | 1000111 | 1101100 | 1011010 | 100010 | 0 | 111010 | 11001011 | 1010010 | 10111 |
Color Harmonies of #0B476C
Complementary color
Monochromatic Colors of #0B476C
Black with #0B476C
Text Example
Text Example
White with #0B476C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B476C; }
p { color: rgb(11,71,108); }
H1.HeaderClassName
{
color: #0B476C;
}
.AnyTagClassName
{
color: #0B476C;
}
</style>
background-color css
<style>
a { background-color: #0B476C; }
a { background-color: rgb(11,71,108); }
div.DivClassName
{
background-color: #0B476C;
}
.BgClassName
{
background-color: #0B476C;
}
</style>
border-color css
<style>
span { border-color: #0B476C; }
span { border-color: rgb(11,71,108); }
td.TdClassName
{
border-color: #0B476C;
}
.TagClassName
{
border-color: #0B476C;
}
</style>