Shades of Navy Blue #0F65CF
Tints of Navy Blue #0F65CF
RGB
CMYK
RGB Variations
Color information
#0F65CF (or 0x0F65CF) is known color: Navy Blue. HEX triplet: 0F, 65 and CF. RGB value is (15,101,207). Sum of RGB (Red+Green+Blue) = 15+101+207=323 (42% of max value = 765). Red value is 15 (6.25% from 255 or 4.64% from 323); Green value is 101 (39.84% from 255 or 31.27% from 323); Blue value is 207 (81.25% from 255 or 64.09% from 323); Max value from RGB is 207 - color contains mainly: blue. Hex color #0F65CF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0F65CF is #F09A30. Grayscale: #565656. Windows color (decimal): -15768113 or 13591823. OLE color: 13591823.
HSL color Cylindrical-coordinate representation of color #0F65CF: hue angle of 213.12º 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 #0F65CF is Cyan = 0.93, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 15 | 101 | 207 | - |
| CMYK | 0.93 | 0.51 | 0 | 0.19 |
| HSL | 213.13º | 0.86% | 0.44% | - |
| HSV(B) | 213.13º | 0.93% | 0.81% | - |
| XYZ | 16.11 | 13.91 | 60.87 | - |
| YUV | 87.37 | 195.51 | 76.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 101 | 207 | 0.93 | 0.51 | 0 | 0.19 | 213.13 | 0.86 | 0.44 |
| Hex | F | 65 | CF | 5D | 33 | 0 | 13 | D5 | 56 | 2C |
| Octal | 17 | 145 | 317 | 135 | 63 | 0 | 23 | 325 | 126 | 54 |
| Binary | 1111 | 1100101 | 11001111 | 1011101 | 110011 | 0 | 10011 | 11010101 | 1010110 | 101100 |
Color Harmonies of #0F65CF
Complementary color
Monochromatic Colors of #0F65CF
Black with #0F65CF
Text Example
Text Example
White with #0F65CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F65CF; }
p { color: rgb(15,101,207); }
H1.HeaderClassName
{
color: #0F65CF;
}
.AnyTagClassName
{
color: #0F65CF;
}
</style>
background-color css
<style>
a { background-color: #0F65CF; }
a { background-color: rgb(15,101,207); }
div.DivClassName
{
background-color: #0F65CF;
}
.BgClassName
{
background-color: #0F65CF;
}
</style>
border-color css
<style>
span { border-color: #0F65CF; }
span { border-color: rgb(15,101,207); }
td.TdClassName
{
border-color: #0F65CF;
}
.TagClassName
{
border-color: #0F65CF;
}
</style>