Shades of Navy Blue #1068EC
Tints of Navy Blue #1068EC
RGB
CMYK
RGB Variations
Color information
#1068EC (or 0x1068EC) is known color: Navy Blue. HEX triplet: 10, 68 and EC. RGB value is (16,104,236). Sum of RGB (Red+Green+Blue) = 16+104+236=356 (47% of max value = 765). Red value is 16 (6.64% from 255 or 4.49% from 356); Green value is 104 (41.02% from 255 or 29.21% from 356); Blue value is 236 (92.58% from 255 or 66.29% from 356); Max value from RGB is 236 - color contains mainly: blue. Hex color #1068EC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1068EC is #EF9713. Grayscale: #5C5C5C. Windows color (decimal): -15701780 or 15493136. OLE color: 15493136.
HSL color Cylindrical-coordinate representation of color #1068EC: hue angle of 216º 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 #1068EC is Cyan = 0.93, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 16 | 104 | 236 | - |
| CMYK | 0.93 | 0.56 | 0 | 0.07 |
| HSL | 216º | 0.87% | 0.49% | - |
| HSV(B) | 216º | 0.93% | 0.93% | - |
| XYZ | 20.3 | 16.07 | 81.39 | - |
| YUV | 92.74 | 208.85 | 73.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 104 | 236 | 0.93 | 0.56 | 0 | 0.07 | 216 | 0.87 | 0.49 |
| Hex | 10 | 68 | EC | 5D | 38 | 0 | 7 | D8 | 57 | 31 |
| Octal | 20 | 150 | 354 | 135 | 70 | 0 | 7 | 330 | 127 | 61 |
| Binary | 10000 | 1101000 | 11101100 | 1011101 | 111000 | 0 | 111 | 11011000 | 1010111 | 110001 |
Color Harmonies of #1068EC
Complementary color
Monochromatic Colors of #1068EC
Black with #1068EC
Text Example
Text Example
White with #1068EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1068EC; }
p { color: rgb(16,104,236); }
H1.HeaderClassName
{
color: #1068EC;
}
.AnyTagClassName
{
color: #1068EC;
}
</style>
background-color css
<style>
a { background-color: #1068EC; }
a { background-color: rgb(16,104,236); }
div.DivClassName
{
background-color: #1068EC;
}
.BgClassName
{
background-color: #1068EC;
}
</style>
border-color css
<style>
span { border-color: #1068EC; }
span { border-color: rgb(16,104,236); }
td.TdClassName
{
border-color: #1068EC;
}
.TagClassName
{
border-color: #1068EC;
}
</style>