Shades of Navy Blue #0F5DCF
Tints of Navy Blue #0F5DCF
RGB
CMYK
RGB Variations
Color information
#0F5DCF (or 0x0F5DCF) is known color: Navy Blue. HEX triplet: 0F, 5D and CF. RGB value is (15,93,207). Sum of RGB (Red+Green+Blue) = 15+93+207=315 (41% of max value = 765). Red value is 15 (6.25% from 255 or 4.76% from 315); Green value is 93 (36.72% from 255 or 29.52% from 315); Blue value is 207 (81.25% from 255 or 65.71% from 315); Max value from RGB is 207 - color contains mainly: blue. Hex color #0F5DCF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0F5DCF is #F0A230. Grayscale: #525252. Windows color (decimal): -15770161 or 13589775. OLE color: 13589775.
HSL color Cylindrical-coordinate representation of color #0F5DCF: hue angle of 215.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 #0F5DCF is Cyan = 0.93, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 15 | 93 | 207 | - |
| CMYK | 0.93 | 0.55 | 0 | 0.19 |
| HSL | 215.63º | 0.86% | 0.44% | - |
| HSV(B) | 215.63º | 0.93% | 0.81% | - |
| XYZ | 15.37 | 12.44 | 60.62 | - |
| YUV | 82.67 | 198.16 | 79.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 93 | 207 | 0.93 | 0.55 | 0 | 0.19 | 215.63 | 0.86 | 0.44 |
| Hex | F | 5D | CF | 5D | 37 | 0 | 13 | D8 | 56 | 2C |
| Octal | 17 | 135 | 317 | 135 | 67 | 0 | 23 | 330 | 126 | 54 |
| Binary | 1111 | 1011101 | 11001111 | 1011101 | 110111 | 0 | 10011 | 11011000 | 1010110 | 101100 |
Color Harmonies of #0F5DCF
Complementary color
Monochromatic Colors of #0F5DCF
Black with #0F5DCF
Text Example
Text Example
White with #0F5DCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F5DCF; }
p { color: rgb(15,93,207); }
H1.HeaderClassName
{
color: #0F5DCF;
}
.AnyTagClassName
{
color: #0F5DCF;
}
</style>
background-color css
<style>
a { background-color: #0F5DCF; }
a { background-color: rgb(15,93,207); }
div.DivClassName
{
background-color: #0F5DCF;
}
.BgClassName
{
background-color: #0F5DCF;
}
</style>
border-color css
<style>
span { border-color: #0F5DCF; }
span { border-color: rgb(15,93,207); }
td.TdClassName
{
border-color: #0F5DCF;
}
.TagClassName
{
border-color: #0F5DCF;
}
</style>