Shades of Navy Blue #1060DF
Tints of Navy Blue #1060DF
RGB
CMYK
RGB Variations
Color information
#1060DF (or 0x1060DF) is known color: Navy Blue. HEX triplet: 10, 60 and DF. RGB value is (16,96,223). Sum of RGB (Red+Green+Blue) = 16+96+223=335 (44% of max value = 765). Red value is 16 (6.64% from 255 or 4.78% from 335); Green value is 96 (37.89% from 255 or 28.66% from 335); Blue value is 223 (87.5% from 255 or 66.57% from 335); Max value from RGB is 223 - color contains mainly: blue. Hex color #1060DF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1060DF is #EF9F20. Grayscale: #555555. Windows color (decimal): -15703841 or 14639120. OLE color: 14639120.
HSL color Cylindrical-coordinate representation of color #1060DF: hue angle of 216.81º 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 #1060DF is Cyan = 0.93, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 16 | 96 | 223 | - |
| CMYK | 0.93 | 0.57 | 0 | 0.13 |
| HSL | 216.81º | 0.87% | 0.47% | - |
| HSV(B) | 216.81º | 0.93% | 0.87% | - |
| XYZ | 17.72 | 13.8 | 71.54 | - |
| YUV | 86.56 | 205 | 77.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 96 | 223 | 0.93 | 0.57 | 0 | 0.13 | 216.81 | 0.87 | 0.47 |
| Hex | 10 | 60 | DF | 5D | 39 | 0 | D | D9 | 57 | 2F |
| Octal | 20 | 140 | 337 | 135 | 71 | 0 | 15 | 331 | 127 | 57 |
| Binary | 10000 | 1100000 | 11011111 | 1011101 | 111001 | 0 | 1101 | 11011001 | 1010111 | 101111 |
Color Harmonies of #1060DF
Complementary color
Monochromatic Colors of #1060DF
Black with #1060DF
Text Example
Text Example
White with #1060DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1060DF; }
p { color: rgb(16,96,223); }
H1.HeaderClassName
{
color: #1060DF;
}
.AnyTagClassName
{
color: #1060DF;
}
</style>
background-color css
<style>
a { background-color: #1060DF; }
a { background-color: rgb(16,96,223); }
div.DivClassName
{
background-color: #1060DF;
}
.BgClassName
{
background-color: #1060DF;
}
</style>
border-color css
<style>
span { border-color: #1060DF; }
span { border-color: rgb(16,96,223); }
td.TdClassName
{
border-color: #1060DF;
}
.TagClassName
{
border-color: #1060DF;
}
</style>