Shades of Dark Cerulean #0B4270
Tints of Dark Cerulean #0B4270
RGB
CMYK
RGB Variations
Color information
#0B4270 (or 0x0B4270) is known color: Dark Cerulean. HEX triplet: 0B, 42 and 70. RGB value is (11,66,112). Sum of RGB (Red+Green+Blue) = 11+66+112=189 (25% of max value = 765). Red value is 11 (4.69% from 255 or 5.82% from 189); Green value is 66 (26.17% from 255 or 34.92% from 189); Blue value is 112 (44.14% from 255 or 59.26% from 189); Max value from RGB is 112 - color contains mainly: blue. Hex color #0B4270 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0B4270 is #F4BD8F. Grayscale: #363636. Windows color (decimal): -16039312 or 7356939. OLE color: 7356939.
HSL color Cylindrical-coordinate representation of color #0B4270: hue angle of 207.33º 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 #0B4270 is Cyan = 0.90, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 11 | 66 | 112 | - |
| CMYK | 0.90 | 0.41 | 0 | 0.56 |
| HSL | 207.33º | 0.82% | 0.24% | - |
| HSV(B) | 207.33º | 0.9% | 0.44% | - |
| XYZ | 5.01 | 5.14 | 16.06 | - |
| YUV | 54.8 | 160.28 | 96.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 66 | 112 | 0.90 | 0.41 | 0 | 0.56 | 207.33 | 0.82 | 0.24 |
| Hex | B | 42 | 70 | 5A | 29 | 0 | 38 | CF | 52 | 18 |
| Octal | 13 | 102 | 160 | 132 | 51 | 0 | 70 | 317 | 122 | 30 |
| Binary | 1011 | 1000010 | 1110000 | 1011010 | 101001 | 0 | 111000 | 11001111 | 1010010 | 11000 |
Color Harmonies of #0B4270
Complementary color
Monochromatic Colors of #0B4270
Black with #0B4270
Text Example
Text Example
White with #0B4270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B4270; }
p { color: rgb(11,66,112); }
H1.HeaderClassName
{
color: #0B4270;
}
.AnyTagClassName
{
color: #0B4270;
}
</style>
background-color css
<style>
a { background-color: #0B4270; }
a { background-color: rgb(11,66,112); }
div.DivClassName
{
background-color: #0B4270;
}
.BgClassName
{
background-color: #0B4270;
}
</style>
border-color css
<style>
span { border-color: #0B4270; }
span { border-color: rgb(11,66,112); }
td.TdClassName
{
border-color: #0B4270;
}
.TagClassName
{
border-color: #0B4270;
}
</style>