Shades of Navy Blue #0F7DCF
Tints of Navy Blue #0F7DCF
RGB
CMYK
RGB Variations
Color information
#0F7DCF (or 0x0F7DCF) is known color: Navy Blue. HEX triplet: 0F, 7D and CF. RGB value is (15,125,207). Sum of RGB (Red+Green+Blue) = 15+125+207=347 (45% of max value = 765). Red value is 15 (6.25% from 255 or 4.32% from 347); Green value is 125 (49.22% from 255 or 36.02% from 347); Blue value is 207 (81.25% from 255 or 59.65% from 347); Max value from RGB is 207 - color contains mainly: blue. Hex color #0F7DCF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0F7DCF is #F08230. Grayscale: #656565. Windows color (decimal): -15761969 or 13597967. OLE color: 13597967.
HSL color Cylindrical-coordinate representation of color #0F7DCF: hue angle of 205.62º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0F7DCF is Cyan = 0.93, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 15 | 125 | 207 | - |
| CMYK | 0.93 | 0.40 | 0 | 0.19 |
| HSL | 205.63º | 0.86% | 0.44% | - |
| HSV(B) | 205.63º | 0.93% | 0.81% | - |
| XYZ | 18.79 | 19.27 | 61.76 | - |
| YUV | 101.46 | 187.56 | 66.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 125 | 207 | 0.93 | 0.40 | 0 | 0.19 | 205.63 | 0.86 | 0.44 |
| Hex | F | 7D | CF | 5D | 28 | 0 | 13 | CE | 56 | 2C |
| Octal | 17 | 175 | 317 | 135 | 50 | 0 | 23 | 316 | 126 | 54 |
| Binary | 1111 | 1111101 | 11001111 | 1011101 | 101000 | 0 | 10011 | 11001110 | 1010110 | 101100 |
Color Harmonies of #0F7DCF
Complementary color
Monochromatic Colors of #0F7DCF
Black with #0F7DCF
Text Example
Text Example
White with #0F7DCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F7DCF; }
p { color: rgb(15,125,207); }
H1.HeaderClassName
{
color: #0F7DCF;
}
.AnyTagClassName
{
color: #0F7DCF;
}
</style>
background-color css
<style>
a { background-color: #0F7DCF; }
a { background-color: rgb(15,125,207); }
div.DivClassName
{
background-color: #0F7DCF;
}
.BgClassName
{
background-color: #0F7DCF;
}
</style>
border-color css
<style>
span { border-color: #0F7DCF; }
span { border-color: rgb(15,125,207); }
td.TdClassName
{
border-color: #0F7DCF;
}
.TagClassName
{
border-color: #0F7DCF;
}
</style>