Shades of Dark Cerulean #0B4E70
Tints of Dark Cerulean #0B4E70
RGB
CMYK
RGB Variations
Color information
#0B4E70 (or 0x0B4E70) is known color: Dark Cerulean. HEX triplet: 0B, 4E and 70. RGB value is (11,78,112). Sum of RGB (Red+Green+Blue) = 11+78+112=201 (26% of max value = 765). Red value is 11 (4.69% from 255 or 5.47% from 201); Green value is 78 (30.86% from 255 or 38.81% from 201); Blue value is 112 (44.14% from 255 or 55.72% from 201); Max value from RGB is 112 - color contains mainly: blue. Hex color #0B4E70 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0B4E70 is #F4B18F. Grayscale: #3D3D3D. Windows color (decimal): -16036240 or 7360011. OLE color: 7360011.
HSL color Cylindrical-coordinate representation of color #0B4E70: hue angle of 200.2º degrees, saturation: 0.82, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0B4E70 is Cyan = 0.90, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 11 | 78 | 112 | - |
| CMYK | 0.90 | 0.30 | 0 | 0.56 |
| HSL | 200.2º | 0.82% | 0.24% | - |
| HSV(B) | 200.2º | 0.9% | 0.44% | - |
| XYZ | 5.79 | 6.69 | 16.32 | - |
| YUV | 61.84 | 156.3 | 91.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 78 | 112 | 0.90 | 0.30 | 0 | 0.56 | 200.2 | 0.82 | 0.24 |
| Hex | B | 4E | 70 | 5A | 1E | 0 | 38 | C8 | 52 | 18 |
| Octal | 13 | 116 | 160 | 132 | 36 | 0 | 70 | 310 | 122 | 30 |
| Binary | 1011 | 1001110 | 1110000 | 1011010 | 11110 | 0 | 111000 | 11001000 | 1010010 | 11000 |
Color Harmonies of #0B4E70
Complementary color
Monochromatic Colors of #0B4E70
Black with #0B4E70
Text Example
Text Example
White with #0B4E70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B4E70; }
p { color: rgb(11,78,112); }
H1.HeaderClassName
{
color: #0B4E70;
}
.AnyTagClassName
{
color: #0B4E70;
}
</style>
background-color css
<style>
a { background-color: #0B4E70; }
a { background-color: rgb(11,78,112); }
div.DivClassName
{
background-color: #0B4E70;
}
.BgClassName
{
background-color: #0B4E70;
}
</style>
border-color css
<style>
span { border-color: #0B4E70; }
span { border-color: rgb(11,78,112); }
td.TdClassName
{
border-color: #0B4E70;
}
.TagClassName
{
border-color: #0B4E70;
}
</style>