Shades of Navy Blue #1068DE
Tints of Navy Blue #1068DE
RGB
CMYK
RGB Variations
Color information
#1068DE (or 0x1068DE) is known color: Navy Blue. HEX triplet: 10, 68 and DE. RGB value is (16,104,222). Sum of RGB (Red+Green+Blue) = 16+104+222=342 (45% of max value = 765). Red value is 16 (6.64% from 255 or 4.68% from 342); Green value is 104 (41.02% from 255 or 30.41% from 342); Blue value is 222 (87.11% from 255 or 64.91% from 342); Max value from RGB is 222 - color contains mainly: blue. Hex color #1068DE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1068DE is #EF9721. Grayscale: #5A5A5A. Windows color (decimal): -15701794 or 14575632. OLE color: 14575632.
HSL color Cylindrical-coordinate representation of color #1068DE: hue angle of 214.37º 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 #1068DE is Cyan = 0.93, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 16 | 104 | 222 | - |
| CMYK | 0.93 | 0.53 | 0 | 0.13 |
| HSL | 214.37º | 0.87% | 0.47% | - |
| HSV(B) | 214.37º | 0.93% | 0.87% | - |
| XYZ | 18.35 | 15.28 | 71.09 | - |
| YUV | 91.14 | 201.85 | 74.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 104 | 222 | 0.93 | 0.53 | 0 | 0.13 | 214.37 | 0.87 | 0.47 |
| Hex | 10 | 68 | DE | 5D | 35 | 0 | D | D6 | 57 | 2F |
| Octal | 20 | 150 | 336 | 135 | 65 | 0 | 15 | 326 | 127 | 57 |
| Binary | 10000 | 1101000 | 11011110 | 1011101 | 110101 | 0 | 1101 | 11010110 | 1010111 | 101111 |
Color Harmonies of #1068DE
Complementary color
Monochromatic Colors of #1068DE
Black with #1068DE
Text Example
Text Example
White with #1068DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1068DE; }
p { color: rgb(16,104,222); }
H1.HeaderClassName
{
color: #1068DE;
}
.AnyTagClassName
{
color: #1068DE;
}
</style>
background-color css
<style>
a { background-color: #1068DE; }
a { background-color: rgb(16,104,222); }
div.DivClassName
{
background-color: #1068DE;
}
.BgClassName
{
background-color: #1068DE;
}
</style>
border-color css
<style>
span { border-color: #1068DE; }
span { border-color: rgb(16,104,222); }
td.TdClassName
{
border-color: #1068DE;
}
.TagClassName
{
border-color: #1068DE;
}
</style>