Shades of Dark Cerulean #0F416F
Tints of Dark Cerulean #0F416F
RGB
CMYK
RGB Variations
Color information
#0F416F (or 0x0F416F) is known color: Dark Cerulean. HEX triplet: 0F, 41 and 6F. RGB value is (15,65,111). Sum of RGB (Red+Green+Blue) = 15+65+111=191 (25% of max value = 765). Red value is 15 (6.25% from 255 or 7.85% from 191); Green value is 65 (25.78% from 255 or 34.03% from 191); Blue value is 111 (43.75% from 255 or 58.12% from 191); Max value from RGB is 111 - color contains mainly: blue. Hex color #0F416F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F416F is #F0BE90. Grayscale: #373737. Windows color (decimal): -15777425 or 7291151. OLE color: 7291151.
HSL color Cylindrical-coordinate representation of color #0F416F: hue angle of 208.75º degrees, saturation: 0.76, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0F416F is Cyan = 0.86, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 15 | 65 | 111 | - |
| CMYK | 0.86 | 0.41 | 0 | 0.56 |
| HSL | 208.75º | 0.76% | 0.25% | - |
| HSV(B) | 208.75º | 0.86% | 0.44% | - |
| XYZ | 4.96 | 5.03 | 15.75 | - |
| YUV | 55.29 | 159.44 | 99.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 65 | 111 | 0.86 | 0.41 | 0 | 0.56 | 208.75 | 0.76 | 0.25 |
| Hex | F | 41 | 6F | 56 | 29 | 0 | 38 | D1 | 4C | 19 |
| Octal | 17 | 101 | 157 | 126 | 51 | 0 | 70 | 321 | 114 | 31 |
| Binary | 1111 | 1000001 | 1101111 | 1010110 | 101001 | 0 | 111000 | 11010001 | 1001100 | 11001 |
Color Harmonies of #0F416F
Complementary color
Monochromatic Colors of #0F416F
Black with #0F416F
Text Example
Text Example
White with #0F416F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F416F; }
p { color: rgb(15,65,111); }
H1.HeaderClassName
{
color: #0F416F;
}
.AnyTagClassName
{
color: #0F416F;
}
</style>
background-color css
<style>
a { background-color: #0F416F; }
a { background-color: rgb(15,65,111); }
div.DivClassName
{
background-color: #0F416F;
}
.BgClassName
{
background-color: #0F416F;
}
</style>
border-color css
<style>
span { border-color: #0F416F; }
span { border-color: rgb(15,65,111); }
td.TdClassName
{
border-color: #0F416F;
}
.TagClassName
{
border-color: #0F416F;
}
</style>