Shades of Navy Blue #1069DD
Tints of Navy Blue #1069DD
RGB
CMYK
RGB Variations
Color information
#1069DD (or 0x1069DD) is known color: Navy Blue. HEX triplet: 10, 69 and DD. RGB value is (16,105,221). Sum of RGB (Red+Green+Blue) = 16+105+221=342 (45% of max value = 765). Red value is 16 (6.64% from 255 or 4.68% from 342); Green value is 105 (41.41% from 255 or 30.70% from 342); Blue value is 221 (86.72% from 255 or 64.62% from 342); Max value from RGB is 221 - color contains mainly: blue. Hex color #1069DD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1069DD is #EF9622. Grayscale: #5B5B5B. Windows color (decimal): -15701539 or 14510352. OLE color: 14510352.
HSL color Cylindrical-coordinate representation of color #1069DD: hue angle of 213.95º 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 #1069DD is Cyan = 0.93, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 16 | 105 | 221 | - |
| CMYK | 0.93 | 0.52 | 0 | 0.13 |
| HSL | 213.95º | 0.86% | 0.46% | - |
| HSV(B) | 213.95º | 0.93% | 0.87% | - |
| XYZ | 18.32 | 15.43 | 70.42 | - |
| YUV | 91.61 | 201.01 | 74.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 105 | 221 | 0.93 | 0.52 | 0 | 0.13 | 213.95 | 0.86 | 0.46 |
| Hex | 10 | 69 | DD | 5D | 34 | 0 | D | D6 | 56 | 2E |
| Octal | 20 | 151 | 335 | 135 | 64 | 0 | 15 | 326 | 126 | 56 |
| Binary | 10000 | 1101001 | 11011101 | 1011101 | 110100 | 0 | 1101 | 11010110 | 1010110 | 101110 |
Color Harmonies of #1069DD
Complementary color
Monochromatic Colors of #1069DD
Black with #1069DD
Text Example
Text Example
White with #1069DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1069DD; }
p { color: rgb(16,105,221); }
H1.HeaderClassName
{
color: #1069DD;
}
.AnyTagClassName
{
color: #1069DD;
}
</style>
background-color css
<style>
a { background-color: #1069DD; }
a { background-color: rgb(16,105,221); }
div.DivClassName
{
background-color: #1069DD;
}
.BgClassName
{
background-color: #1069DD;
}
</style>
border-color css
<style>
span { border-color: #1069DD; }
span { border-color: rgb(16,105,221); }
td.TdClassName
{
border-color: #1069DD;
}
.TagClassName
{
border-color: #1069DD;
}
</style>