Shades of Navy Blue #0060DF
Tints of Navy Blue #0060DF
RGB
CMYK
RGB Variations
Color information
#0060DF (or 0x0060DF) is known color: Navy Blue. HEX triplet: 00, 60 and DF. RGB value is (0,96,223). Sum of RGB (Red+Green+Blue) = 0+96+223=319 (42% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 319); Green value is 96 (37.89% from 255 or 30.09% from 319); Blue value is 223 (87.5% from 255 or 69.91% from 319); Max value from RGB is 223 - color contains mainly: blue. Hex color #0060DF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0060DF is #FF9F20. Grayscale: #515151. Windows color (decimal): -16752417 or 14639104. OLE color: 14639104.
HSL color Cylindrical-coordinate representation of color #0060DF: hue angle of 214.17º 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 #0060DF is Cyan = 1, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 0 | 96 | 223 | - |
| CMYK | 1 | 0.57 | 0 | 0.13 |
| HSL | 214.17º | 1% | 0.44% | - |
| HSV(B) | 214.17º | 1% | 0.87% | - |
| XYZ | 17.5 | 13.69 | 71.53 | - |
| YUV | 81.77 | 207.7 | 69.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 96 | 223 | 1 | 0.57 | 0 | 0.13 | 214.17 | 1 | 0.44 |
| Hex | 0 | 60 | DF | 64 | 39 | 0 | D | D6 | 64 | 2C |
| Octal | 0 | 140 | 337 | 144 | 71 | 0 | 15 | 326 | 144 | 54 |
| Binary | 0 | 1100000 | 11011111 | 1100100 | 111001 | 0 | 1101 | 11010110 | 1100100 | 101100 |
Color Harmonies of #0060DF
Complementary color
Monochromatic Colors of #0060DF
Black with #0060DF
Text Example
Text Example
White with #0060DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0060DF; }
p { color: rgb(0,96,223); }
H1.HeaderClassName
{
color: #0060DF;
}
.AnyTagClassName
{
color: #0060DF;
}
</style>
background-color css
<style>
a { background-color: #0060DF; }
a { background-color: rgb(0,96,223); }
div.DivClassName
{
background-color: #0060DF;
}
.BgClassName
{
background-color: #0060DF;
}
</style>
border-color css
<style>
span { border-color: #0060DF; }
span { border-color: rgb(0,96,223); }
td.TdClassName
{
border-color: #0060DF;
}
.TagClassName
{
border-color: #0060DF;
}
</style>