Shades of Dark Cerulean #0B5180
Tints of Dark Cerulean #0B5180
RGB
CMYK
RGB Variations
Color information
#0B5180 (or 0x0B5180) is known color: Dark Cerulean. HEX triplet: 0B, 51 and 80. RGB value is (11,81,128). Sum of RGB (Red+Green+Blue) = 11+81+128=220 (29% of max value = 765). Red value is 11 (4.69% from 255 or 5% from 220); Green value is 81 (32.03% from 255 or 36.82% from 220); Blue value is 128 (50.39% from 255 or 58.18% from 220); Max value from RGB is 128 - color contains mainly: blue. Hex color #0B5180 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0B5180 is #F4AE7F. Grayscale: #414141. Windows color (decimal): -16035456 or 8409355. OLE color: 8409355.
HSL color Cylindrical-coordinate representation of color #0B5180: hue angle of 204.1º degrees, saturation: 0.84, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0B5180 is Cyan = 0.91, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 11 | 81 | 128 | - |
| CMYK | 0.91 | 0.37 | 0 | 0.50 |
| HSL | 204.1º | 0.84% | 0.27% | - |
| HSV(B) | 204.1º | 0.91% | 0.5% | - |
| XYZ | 6.98 | 7.51 | 21.5 | - |
| YUV | 65.43 | 163.31 | 89.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 81 | 128 | 0.91 | 0.37 | 0 | 0.50 | 204.1 | 0.84 | 0.27 |
| Hex | B | 51 | 80 | 5B | 25 | 0 | 32 | CC | 54 | 1B |
| Octal | 13 | 121 | 200 | 133 | 45 | 0 | 62 | 314 | 124 | 33 |
| Binary | 1011 | 1010001 | 10000000 | 1011011 | 100101 | 0 | 110010 | 11001100 | 1010100 | 11011 |
Color Harmonies of #0B5180
Complementary color
Monochromatic Colors of #0B5180
Black with #0B5180
Text Example
Text Example
White with #0B5180
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B5180; }
p { color: rgb(11,81,128); }
H1.HeaderClassName
{
color: #0B5180;
}
.AnyTagClassName
{
color: #0B5180;
}
</style>
background-color css
<style>
a { background-color: #0B5180; }
a { background-color: rgb(11,81,128); }
div.DivClassName
{
background-color: #0B5180;
}
.BgClassName
{
background-color: #0B5180;
}
</style>
border-color css
<style>
span { border-color: #0B5180; }
span { border-color: rgb(11,81,128); }
td.TdClassName
{
border-color: #0B5180;
}
.TagClassName
{
border-color: #0B5180;
}
</style>