Shades of Navy Blue #1068DD
Tints of Navy Blue #1068DD
RGB
CMYK
RGB Variations
Color information
#1068DD (or 0x1068DD) is known color: Navy Blue. HEX triplet: 10, 68 and DD. RGB value is (16,104,221). Sum of RGB (Red+Green+Blue) = 16+104+221=341 (45% of max value = 765). Red value is 16 (6.64% from 255 or 4.69% from 341); Green value is 104 (41.02% from 255 or 30.50% from 341); Blue value is 221 (86.72% from 255 or 64.81% from 341); Max value from RGB is 221 - color contains mainly: blue. Hex color #1068DD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1068DD is #EF9722. Grayscale: #5A5A5A. Windows color (decimal): -15701795 or 14510096. OLE color: 14510096.
HSL color Cylindrical-coordinate representation of color #1068DD: hue angle of 214.24º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1068DD is Cyan = 0.93, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 16 | 104 | 221 | - |
| CMYK | 0.93 | 0.53 | 0 | 0.13 |
| HSL | 214.24º | 0.86% | 0.46% | - |
| HSV(B) | 214.24º | 0.93% | 0.87% | - |
| XYZ | 18.22 | 15.23 | 70.39 | - |
| YUV | 91.03 | 201.35 | 74.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 104 | 221 | 0.93 | 0.53 | 0 | 0.13 | 214.24 | 0.86 | 0.46 |
| Hex | 10 | 68 | DD | 5D | 35 | 0 | D | D6 | 56 | 2E |
| Octal | 20 | 150 | 335 | 135 | 65 | 0 | 15 | 326 | 126 | 56 |
| Binary | 10000 | 1101000 | 11011101 | 1011101 | 110101 | 0 | 1101 | 11010110 | 1010110 | 101110 |
Color Harmonies of #1068DD
Complementary color
Monochromatic Colors of #1068DD
Black with #1068DD
Text Example
Text Example
White with #1068DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1068DD; }
p { color: rgb(16,104,221); }
H1.HeaderClassName
{
color: #1068DD;
}
.AnyTagClassName
{
color: #1068DD;
}
</style>
background-color css
<style>
a { background-color: #1068DD; }
a { background-color: rgb(16,104,221); }
div.DivClassName
{
background-color: #1068DD;
}
.BgClassName
{
background-color: #1068DD;
}
</style>
border-color css
<style>
span { border-color: #1068DD; }
span { border-color: rgb(16,104,221); }
td.TdClassName
{
border-color: #1068DD;
}
.TagClassName
{
border-color: #1068DD;
}
</style>