Shades of Dark Cerulean #0F4871
Tints of Dark Cerulean #0F4871
RGB
CMYK
RGB Variations
Color information
#0F4871 (or 0x0F4871) is known color: Dark Cerulean. HEX triplet: 0F, 48 and 71. RGB value is (15,72,113). Sum of RGB (Red+Green+Blue) = 15+72+113=200 (26% of max value = 765). Red value is 15 (6.25% from 255 or 7.5% from 200); Green value is 72 (28.52% from 255 or 36% from 200); Blue value is 113 (44.53% from 255 or 56.5% from 200); Max value from RGB is 113 - color contains mainly: blue. Hex color #0F4871 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F4871 is #F0B78E. Grayscale: #3B3B3B. Windows color (decimal): -15775631 or 7424015. OLE color: 7424015.
HSL color Cylindrical-coordinate representation of color #0F4871: hue angle of 205.1º degrees, saturation: 0.77, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0F4871 is Cyan = 0.87, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 15 | 72 | 113 | - |
| CMYK | 0.87 | 0.36 | 0 | 0.56 |
| HSL | 205.1º | 0.77% | 0.25% | - |
| HSV(B) | 205.1º | 0.87% | 0.44% | - |
| XYZ | 5.5 | 5.93 | 16.48 | - |
| YUV | 59.63 | 158.12 | 96.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 72 | 113 | 0.87 | 0.36 | 0 | 0.56 | 205.1 | 0.77 | 0.25 |
| Hex | F | 48 | 71 | 57 | 24 | 0 | 38 | CD | 4D | 19 |
| Octal | 17 | 110 | 161 | 127 | 44 | 0 | 70 | 315 | 115 | 31 |
| Binary | 1111 | 1001000 | 1110001 | 1010111 | 100100 | 0 | 111000 | 11001101 | 1001101 | 11001 |
Color Harmonies of #0F4871
Complementary color
Monochromatic Colors of #0F4871
Black with #0F4871
Text Example
Text Example
White with #0F4871
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F4871; }
p { color: rgb(15,72,113); }
H1.HeaderClassName
{
color: #0F4871;
}
.AnyTagClassName
{
color: #0F4871;
}
</style>
background-color css
<style>
a { background-color: #0F4871; }
a { background-color: rgb(15,72,113); }
div.DivClassName
{
background-color: #0F4871;
}
.BgClassName
{
background-color: #0F4871;
}
</style>
border-color css
<style>
span { border-color: #0F4871; }
span { border-color: rgb(15,72,113); }
td.TdClassName
{
border-color: #0F4871;
}
.TagClassName
{
border-color: #0F4871;
}
</style>