Shades of Navy Blue #1069D6
Tints of Navy Blue #1069D6
RGB
CMYK
RGB Variations
Color information
#1069D6 (or 0x1069D6) is known color: Navy Blue. HEX triplet: 10, 69 and D6. RGB value is (16,105,214). Sum of RGB (Red+Green+Blue) = 16+105+214=335 (44% of max value = 765). Red value is 16 (6.64% from 255 or 4.78% from 335); Green value is 105 (41.41% from 255 or 31.34% from 335); Blue value is 214 (83.98% from 255 or 63.88% from 335); Max value from RGB is 214 - color contains mainly: blue. Hex color #1069D6 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1069D6 is #EF9629. Grayscale: #5A5A5A. Windows color (decimal): -15701546 or 14051600. OLE color: 14051600.
HSL color Cylindrical-coordinate representation of color #1069D6: hue angle of 213.03º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1069D6 is Cyan = 0.93, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 16 | 105 | 214 | - |
| CMYK | 0.93 | 0.51 | 0 | 0.16 |
| HSL | 213.03º | 0.86% | 0.45% | - |
| HSV(B) | 213.03º | 0.93% | 0.84% | - |
| XYZ | 17.4 | 15.07 | 65.61 | - |
| YUV | 90.82 | 197.51 | 74.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 105 | 214 | 0.93 | 0.51 | 0 | 0.16 | 213.03 | 0.86 | 0.45 |
| Hex | 10 | 69 | D6 | 5D | 33 | 0 | 10 | D5 | 56 | 2D |
| Octal | 20 | 151 | 326 | 135 | 63 | 0 | 20 | 325 | 126 | 55 |
| Binary | 10000 | 1101001 | 11010110 | 1011101 | 110011 | 0 | 10000 | 11010101 | 1010110 | 101101 |
Color Harmonies of #1069D6
Complementary color
Monochromatic Colors of #1069D6
Black with #1069D6
Text Example
Text Example
White with #1069D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1069D6; }
p { color: rgb(16,105,214); }
H1.HeaderClassName
{
color: #1069D6;
}
.AnyTagClassName
{
color: #1069D6;
}
</style>
background-color css
<style>
a { background-color: #1069D6; }
a { background-color: rgb(16,105,214); }
div.DivClassName
{
background-color: #1069D6;
}
.BgClassName
{
background-color: #1069D6;
}
</style>
border-color css
<style>
span { border-color: #1069D6; }
span { border-color: rgb(16,105,214); }
td.TdClassName
{
border-color: #1069D6;
}
.TagClassName
{
border-color: #1069D6;
}
</style>