Shades of Dark Cerulean #0F407C
Tints of Dark Cerulean #0F407C
RGB
CMYK
RGB Variations
Color information
#0F407C (or 0x0F407C) is known color: Dark Cerulean. HEX triplet: 0F, 40 and 7C. RGB value is (15,64,124). Sum of RGB (Red+Green+Blue) = 15+64+124=203 (26% of max value = 765). Red value is 15 (6.25% from 255 or 7.39% from 203); Green value is 64 (25.39% from 255 or 31.53% from 203); Blue value is 124 (48.83% from 255 or 61.08% from 203); Max value from RGB is 124 - color contains mainly: blue. Hex color #0F407C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F407C is #F0BF83. Grayscale: #373737. Windows color (decimal): -15777668 or 8142863. OLE color: 8142863.
HSL color Cylindrical-coordinate representation of color #0F407C: hue angle of 213.03º degrees, saturation: 0.78, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0F407C is Cyan = 0.88, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 15 | 64 | 124 | - |
| CMYK | 0.88 | 0.48 | 0 | 0.51 |
| HSL | 213.03º | 0.78% | 0.27% | - |
| HSV(B) | 213.03º | 0.88% | 0.49% | - |
| XYZ | 5.67 | 5.22 | 19.78 | - |
| YUV | 56.19 | 166.27 | 98.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 64 | 124 | 0.88 | 0.48 | 0 | 0.51 | 213.03 | 0.78 | 0.27 |
| Hex | F | 40 | 7C | 58 | 30 | 0 | 33 | D5 | 4E | 1B |
| Octal | 17 | 100 | 174 | 130 | 60 | 0 | 63 | 325 | 116 | 33 |
| Binary | 1111 | 1000000 | 1111100 | 1011000 | 110000 | 0 | 110011 | 11010101 | 1001110 | 11011 |
Color Harmonies of #0F407C
Complementary color
Monochromatic Colors of #0F407C
Black with #0F407C
Text Example
Text Example
White with #0F407C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F407C; }
p { color: rgb(15,64,124); }
H1.HeaderClassName
{
color: #0F407C;
}
.AnyTagClassName
{
color: #0F407C;
}
</style>
background-color css
<style>
a { background-color: #0F407C; }
a { background-color: rgb(15,64,124); }
div.DivClassName
{
background-color: #0F407C;
}
.BgClassName
{
background-color: #0F407C;
}
</style>
border-color css
<style>
span { border-color: #0F407C; }
span { border-color: rgb(15,64,124); }
td.TdClassName
{
border-color: #0F407C;
}
.TagClassName
{
border-color: #0F407C;
}
</style>