Shades of Dark Cerulean #0B5A8B
Tints of Dark Cerulean #0B5A8B
RGB
CMYK
RGB Variations
Color information
#0B5A8B (or 0x0B5A8B) is known color: Dark Cerulean. HEX triplet: 0B, 5A and 8B. RGB value is (11,90,139). Sum of RGB (Red+Green+Blue) = 11+90+139=240 (31% of max value = 765). Red value is 11 (4.69% from 255 or 4.58% from 240); Green value is 90 (35.55% from 255 or 37.5% from 240); Blue value is 139 (54.69% from 255 or 57.92% from 240); Max value from RGB is 139 - color contains mainly: blue. Hex color #0B5A8B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0B5A8B is #F4A574. Grayscale: #474747. Windows color (decimal): -16033141 or 9132555. OLE color: 9132555.
HSL color Cylindrical-coordinate representation of color #0B5A8B: hue angle of 202.97º 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 #0B5A8B is Cyan = 0.92, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 11 | 90 | 139 | - |
| CMYK | 0.92 | 0.35 | 0 | 0.45 |
| HSL | 202.97º | 0.85% | 0.29% | - |
| HSV(B) | 202.97º | 0.92% | 0.55% | - |
| XYZ | 8.45 | 9.25 | 25.77 | - |
| YUV | 71.97 | 165.83 | 84.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 90 | 139 | 0.92 | 0.35 | 0 | 0.45 | 202.97 | 0.85 | 0.29 |
| Hex | B | 5A | 8B | 5C | 23 | 0 | 2D | CB | 55 | 1D |
| Octal | 13 | 132 | 213 | 134 | 43 | 0 | 55 | 313 | 125 | 35 |
| Binary | 1011 | 1011010 | 10001011 | 1011100 | 100011 | 0 | 101101 | 11001011 | 1010101 | 11101 |
Color Harmonies of #0B5A8B
Complementary color
Monochromatic Colors of #0B5A8B
Black with #0B5A8B
Text Example
Text Example
White with #0B5A8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B5A8B; }
p { color: rgb(11,90,139); }
H1.HeaderClassName
{
color: #0B5A8B;
}
.AnyTagClassName
{
color: #0B5A8B;
}
</style>
background-color css
<style>
a { background-color: #0B5A8B; }
a { background-color: rgb(11,90,139); }
div.DivClassName
{
background-color: #0B5A8B;
}
.BgClassName
{
background-color: #0B5A8B;
}
</style>
border-color css
<style>
span { border-color: #0B5A8B; }
span { border-color: rgb(11,90,139); }
td.TdClassName
{
border-color: #0B5A8B;
}
.TagClassName
{
border-color: #0B5A8B;
}
</style>