Shades of Navy Blue #0061DF
Tints of Navy Blue #0061DF
RGB
CMYK
RGB Variations
Color information
#0061DF (or 0x0061DF) is known color: Navy Blue. HEX triplet: 00, 61 and DF. RGB value is (0,97,223). Sum of RGB (Red+Green+Blue) = 0+97+223=320 (42% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 320); Green value is 97 (38.28% from 255 or 30.31% from 320); Blue value is 223 (87.5% from 255 or 69.69% from 320); Max value from RGB is 223 - color contains mainly: blue. Hex color #0061DF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0061DF is #FF9E20. Grayscale: #515151. Windows color (decimal): -16752161 or 14639360. OLE color: 14639360.
HSL color Cylindrical-coordinate representation of color #0061DF: hue angle of 213.9º 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 #0061DF is Cyan = 1, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 0 | 97 | 223 | - |
| CMYK | 1 | 0.57 | 0 | 0.13 |
| HSL | 213.9º | 1% | 0.44% | - |
| HSV(B) | 213.9º | 1% | 0.87% | - |
| XYZ | 17.59 | 13.88 | 71.56 | - |
| YUV | 82.36 | 207.36 | 69.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 97 | 223 | 1 | 0.57 | 0 | 0.13 | 213.9 | 1 | 0.44 |
| Hex | 0 | 61 | DF | 64 | 39 | 0 | D | D6 | 64 | 2C |
| Octal | 0 | 141 | 337 | 144 | 71 | 0 | 15 | 326 | 144 | 54 |
| Binary | 0 | 1100001 | 11011111 | 1100100 | 111001 | 0 | 1101 | 11010110 | 1100100 | 101100 |
Color Harmonies of #0061DF
Complementary color
Monochromatic Colors of #0061DF
Black with #0061DF
Text Example
Text Example
White with #0061DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0061DF; }
p { color: rgb(0,97,223); }
H1.HeaderClassName
{
color: #0061DF;
}
.AnyTagClassName
{
color: #0061DF;
}
</style>
background-color css
<style>
a { background-color: #0061DF; }
a { background-color: rgb(0,97,223); }
div.DivClassName
{
background-color: #0061DF;
}
.BgClassName
{
background-color: #0061DF;
}
</style>
border-color css
<style>
span { border-color: #0061DF; }
span { border-color: rgb(0,97,223); }
td.TdClassName
{
border-color: #0061DF;
}
.TagClassName
{
border-color: #0061DF;
}
</style>