Shades of Navy Blue #1064DF
Tints of Navy Blue #1064DF
RGB
CMYK
RGB Variations
Color information
#1064DF (or 0x1064DF) is known color: Navy Blue. HEX triplet: 10, 64 and DF. RGB value is (16,100,223). Sum of RGB (Red+Green+Blue) = 16+100+223=339 (44% of max value = 765). Red value is 16 (6.64% from 255 or 4.72% from 339); Green value is 100 (39.45% from 255 or 29.50% from 339); Blue value is 223 (87.5% from 255 or 65.78% from 339); Max value from RGB is 223 - color contains mainly: blue. Hex color #1064DF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1064DF is #EF9B20. Grayscale: #585858. Windows color (decimal): -15702817 or 14640144. OLE color: 14640144.
HSL color Cylindrical-coordinate representation of color #1064DF: hue angle of 215.65º 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 #1064DF is Cyan = 0.93, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 16 | 100 | 223 | - |
| CMYK | 0.93 | 0.55 | 0 | 0.13 |
| HSL | 215.65º | 0.87% | 0.47% | - |
| HSV(B) | 215.65º | 0.93% | 0.87% | - |
| XYZ | 18.09 | 14.55 | 71.67 | - |
| YUV | 88.91 | 203.67 | 76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 100 | 223 | 0.93 | 0.55 | 0 | 0.13 | 215.65 | 0.87 | 0.47 |
| Hex | 10 | 64 | DF | 5D | 37 | 0 | D | D8 | 57 | 2F |
| Octal | 20 | 144 | 337 | 135 | 67 | 0 | 15 | 330 | 127 | 57 |
| Binary | 10000 | 1100100 | 11011111 | 1011101 | 110111 | 0 | 1101 | 11011000 | 1010111 | 101111 |
Color Harmonies of #1064DF
Complementary color
Monochromatic Colors of #1064DF
Black with #1064DF
Text Example
Text Example
White with #1064DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1064DF; }
p { color: rgb(16,100,223); }
H1.HeaderClassName
{
color: #1064DF;
}
.AnyTagClassName
{
color: #1064DF;
}
</style>
background-color css
<style>
a { background-color: #1064DF; }
a { background-color: rgb(16,100,223); }
div.DivClassName
{
background-color: #1064DF;
}
.BgClassName
{
background-color: #1064DF;
}
</style>
border-color css
<style>
span { border-color: #1064DF; }
span { border-color: rgb(16,100,223); }
td.TdClassName
{
border-color: #1064DF;
}
.TagClassName
{
border-color: #1064DF;
}
</style>