Shades of Navy Blue #1064EC
Tints of Navy Blue #1064EC
RGB
CMYK
RGB Variations
Color information
#1064EC (or 0x1064EC) is known color: Navy Blue. HEX triplet: 10, 64 and EC. RGB value is (16,100,236). Sum of RGB (Red+Green+Blue) = 16+100+236=352 (46% of max value = 765). Red value is 16 (6.64% from 255 or 4.55% from 352); Green value is 100 (39.45% from 255 or 28.41% from 352); Blue value is 236 (92.58% from 255 or 67.05% from 352); Max value from RGB is 236 - color contains mainly: blue. Hex color #1064EC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1064EC is #EF9B13. Grayscale: #595959. Windows color (decimal): -15702804 or 15492112. OLE color: 15492112.
HSL color Cylindrical-coordinate representation of color #1064EC: hue angle of 217.09º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1064EC is Cyan = 0.93, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 16 | 100 | 236 | - |
| CMYK | 0.93 | 0.58 | 0 | 0.07 |
| HSL | 217.09º | 0.87% | 0.49% | - |
| HSV(B) | 217.09º | 0.93% | 0.93% | - |
| XYZ | 19.91 | 15.28 | 81.26 | - |
| YUV | 90.39 | 210.17 | 74.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 100 | 236 | 0.93 | 0.58 | 0 | 0.07 | 217.09 | 0.87 | 0.49 |
| Hex | 10 | 64 | EC | 5D | 3A | 0 | 7 | D9 | 57 | 31 |
| Octal | 20 | 144 | 354 | 135 | 72 | 0 | 7 | 331 | 127 | 61 |
| Binary | 10000 | 1100100 | 11101100 | 1011101 | 111010 | 0 | 111 | 11011001 | 1010111 | 110001 |
Color Harmonies of #1064EC
Complementary color
Monochromatic Colors of #1064EC
Black with #1064EC
Text Example
Text Example
White with #1064EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1064EC; }
p { color: rgb(16,100,236); }
H1.HeaderClassName
{
color: #1064EC;
}
.AnyTagClassName
{
color: #1064EC;
}
</style>
background-color css
<style>
a { background-color: #1064EC; }
a { background-color: rgb(16,100,236); }
div.DivClassName
{
background-color: #1064EC;
}
.BgClassName
{
background-color: #1064EC;
}
</style>
border-color css
<style>
span { border-color: #1064EC; }
span { border-color: rgb(16,100,236); }
td.TdClassName
{
border-color: #1064EC;
}
.TagClassName
{
border-color: #1064EC;
}
</style>