Shades of Dark Cerulean #0B518A
Tints of Dark Cerulean #0B518A
RGB
CMYK
RGB Variations
Color information
#0B518A (or 0x0B518A) is known color: Dark Cerulean. HEX triplet: 0B, 51 and 8A. RGB value is (11,81,138). Sum of RGB (Red+Green+Blue) = 11+81+138=230 (30% of max value = 765). Red value is 11 (4.69% from 255 or 4.78% from 230); Green value is 81 (32.03% from 255 or 35.22% from 230); Blue value is 138 (54.30% from 255 or 60% from 230); Max value from RGB is 138 - color contains mainly: blue. Hex color #0B518A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0B518A is #F4AE75. Grayscale: #424242. Windows color (decimal): -16035446 or 9064715. OLE color: 9064715.
HSL color Cylindrical-coordinate representation of color #0B518A: hue angle of 206.93º degrees, saturation: 0.85, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0B518A is Cyan = 0.92, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 11 | 81 | 138 | - |
| CMYK | 0.92 | 0.41 | 0 | 0.46 |
| HSL | 206.93º | 0.85% | 0.29% | - |
| HSV(B) | 206.93º | 0.92% | 0.54% | - |
| XYZ | 7.67 | 7.79 | 25.14 | - |
| YUV | 66.57 | 168.31 | 88.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 81 | 138 | 0.92 | 0.41 | 0 | 0.46 | 206.93 | 0.85 | 0.29 |
| Hex | B | 51 | 8A | 5C | 29 | 0 | 2E | CF | 55 | 1D |
| Octal | 13 | 121 | 212 | 134 | 51 | 0 | 56 | 317 | 125 | 35 |
| Binary | 1011 | 1010001 | 10001010 | 1011100 | 101001 | 0 | 101110 | 11001111 | 1010101 | 11101 |
Color Harmonies of #0B518A
Complementary color
Monochromatic Colors of #0B518A
Black with #0B518A
Text Example
Text Example
White with #0B518A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B518A; }
p { color: rgb(11,81,138); }
H1.HeaderClassName
{
color: #0B518A;
}
.AnyTagClassName
{
color: #0B518A;
}
</style>
background-color css
<style>
a { background-color: #0B518A; }
a { background-color: rgb(11,81,138); }
div.DivClassName
{
background-color: #0B518A;
}
.BgClassName
{
background-color: #0B518A;
}
</style>
border-color css
<style>
span { border-color: #0B518A; }
span { border-color: rgb(11,81,138); }
td.TdClassName
{
border-color: #0B518A;
}
.TagClassName
{
border-color: #0B518A;
}
</style>