Shades of Dark Cerulean #0B558B
Tints of Dark Cerulean #0B558B
RGB
CMYK
RGB Variations
Color information
#0B558B (or 0x0B558B) is known color: Dark Cerulean. HEX triplet: 0B, 55 and 8B. RGB value is (11,85,139). Sum of RGB (Red+Green+Blue) = 11+85+139=235 (31% of max value = 765). Red value is 11 (4.69% from 255 or 4.68% from 235); Green value is 85 (33.59% from 255 or 36.17% from 235); Blue value is 139 (54.69% from 255 or 59.15% from 235); Max value from RGB is 139 - color contains mainly: blue. Hex color #0B558B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0B558B is #F4AA74. Grayscale: #444444. Windows color (decimal): -16034421 or 9131275. OLE color: 9131275.
HSL color Cylindrical-coordinate representation of color #0B558B: hue angle of 205.31º degrees, saturation: 0.85, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0B558B is Cyan = 0.92, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 11 | 85 | 139 | - |
| CMYK | 0.92 | 0.39 | 0 | 0.45 |
| HSL | 205.31º | 0.85% | 0.29% | - |
| HSV(B) | 205.31º | 0.92% | 0.55% | - |
| XYZ | 8.05 | 8.43 | 25.63 | - |
| YUV | 69.03 | 167.48 | 86.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 85 | 139 | 0.92 | 0.39 | 0 | 0.45 | 205.31 | 0.85 | 0.29 |
| Hex | B | 55 | 8B | 5C | 27 | 0 | 2D | CD | 55 | 1D |
| Octal | 13 | 125 | 213 | 134 | 47 | 0 | 55 | 315 | 125 | 35 |
| Binary | 1011 | 1010101 | 10001011 | 1011100 | 100111 | 0 | 101101 | 11001101 | 1010101 | 11101 |
Color Harmonies of #0B558B
Complementary color
Monochromatic Colors of #0B558B
Black with #0B558B
Text Example
Text Example
White with #0B558B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B558B; }
p { color: rgb(11,85,139); }
H1.HeaderClassName
{
color: #0B558B;
}
.AnyTagClassName
{
color: #0B558B;
}
</style>
background-color css
<style>
a { background-color: #0B558B; }
a { background-color: rgb(11,85,139); }
div.DivClassName
{
background-color: #0B558B;
}
.BgClassName
{
background-color: #0B558B;
}
</style>
border-color css
<style>
span { border-color: #0B558B; }
span { border-color: rgb(11,85,139); }
td.TdClassName
{
border-color: #0B558B;
}
.TagClassName
{
border-color: #0B558B;
}
</style>