Shades of Navy Blue #0F62DF
Tints of Navy Blue #0F62DF
RGB
CMYK
RGB Variations
Color information
#0F62DF (or 0x0F62DF) is known color: Navy Blue. HEX triplet: 0F, 62 and DF. RGB value is (15,98,223). Sum of RGB (Red+Green+Blue) = 15+98+223=336 (44% of max value = 765). Red value is 15 (6.25% from 255 or 4.46% from 336); Green value is 98 (38.67% from 255 or 29.17% from 336); Blue value is 223 (87.5% from 255 or 66.37% from 336); Max value from RGB is 223 - color contains mainly: blue. Hex color #0F62DF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0F62DF is #F09D20. Grayscale: #565656. Windows color (decimal): -15768865 or 14639631. OLE color: 14639631.
HSL color Cylindrical-coordinate representation of color #0F62DF: hue angle of 216.06º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0F62DF is Cyan = 0.93, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 15 | 98 | 223 | - |
| CMYK | 0.93 | 0.56 | 0 | 0.13 |
| HSL | 216.06º | 0.87% | 0.47% | - |
| HSV(B) | 216.06º | 0.93% | 0.87% | - |
| XYZ | 17.88 | 14.16 | 71.6 | - |
| YUV | 87.43 | 204.5 | 76.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 98 | 223 | 0.93 | 0.56 | 0 | 0.13 | 216.06 | 0.87 | 0.47 |
| Hex | F | 62 | DF | 5D | 38 | 0 | D | D8 | 57 | 2F |
| Octal | 17 | 142 | 337 | 135 | 70 | 0 | 15 | 330 | 127 | 57 |
| Binary | 1111 | 1100010 | 11011111 | 1011101 | 111000 | 0 | 1101 | 11011000 | 1010111 | 101111 |
Color Harmonies of #0F62DF
Complementary color
Monochromatic Colors of #0F62DF
Black with #0F62DF
Text Example
Text Example
White with #0F62DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F62DF; }
p { color: rgb(15,98,223); }
H1.HeaderClassName
{
color: #0F62DF;
}
.AnyTagClassName
{
color: #0F62DF;
}
</style>
background-color css
<style>
a { background-color: #0F62DF; }
a { background-color: rgb(15,98,223); }
div.DivClassName
{
background-color: #0F62DF;
}
.BgClassName
{
background-color: #0F62DF;
}
</style>
border-color css
<style>
span { border-color: #0F62DF; }
span { border-color: rgb(15,98,223); }
td.TdClassName
{
border-color: #0F62DF;
}
.TagClassName
{
border-color: #0F62DF;
}
</style>