Shades of Navy Blue #0062DF
Tints of Navy Blue #0062DF
RGB
CMYK
RGB Variations
Color information
#0062DF (or 0x0062DF) is known color: Navy Blue. HEX triplet: 00, 62 and DF. RGB value is (0,98,223). Sum of RGB (Red+Green+Blue) = 0+98+223=321 (42% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 321); Green value is 98 (38.67% from 255 or 30.53% from 321); Blue value is 223 (87.5% from 255 or 69.47% from 321); Max value from RGB is 223 - color contains mainly: blue. Hex color #0062DF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0062DF is #FF9D20. Grayscale: #525252. Windows color (decimal): -16751905 or 14639616. OLE color: 14639616.
HSL color Cylindrical-coordinate representation of color #0062DF: hue angle of 213.63º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0062DF is Cyan = 1, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 0 | 98 | 223 | - |
| CMYK | 1 | 0.56 | 0 | 0.13 |
| HSL | 213.63º | 1% | 0.44% | - |
| HSV(B) | 213.63º | 1% | 0.87% | - |
| XYZ | 17.69 | 14.06 | 71.59 | - |
| YUV | 82.95 | 207.03 | 68.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 98 | 223 | 1 | 0.56 | 0 | 0.13 | 213.63 | 1 | 0.44 |
| Hex | 0 | 62 | DF | 64 | 38 | 0 | D | D6 | 64 | 2C |
| Octal | 0 | 142 | 337 | 144 | 70 | 0 | 15 | 326 | 144 | 54 |
| Binary | 0 | 1100010 | 11011111 | 1100100 | 111000 | 0 | 1101 | 11010110 | 1100100 | 101100 |
Color Harmonies of #0062DF
Complementary color
Monochromatic Colors of #0062DF
Black with #0062DF
Text Example
Text Example
White with #0062DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0062DF; }
p { color: rgb(0,98,223); }
H1.HeaderClassName
{
color: #0062DF;
}
.AnyTagClassName
{
color: #0062DF;
}
</style>
background-color css
<style>
a { background-color: #0062DF; }
a { background-color: rgb(0,98,223); }
div.DivClassName
{
background-color: #0062DF;
}
.BgClassName
{
background-color: #0062DF;
}
</style>
border-color css
<style>
span { border-color: #0062DF; }
span { border-color: rgb(0,98,223); }
td.TdClassName
{
border-color: #0062DF;
}
.TagClassName
{
border-color: #0062DF;
}
</style>