Shades of Navy Blue #1069CA
Tints of Navy Blue #1069CA
RGB
CMYK
RGB Variations
Color information
#1069CA (or 0x1069CA) is known color: Navy Blue. HEX triplet: 10, 69 and CA. RGB value is (16,105,202). Sum of RGB (Red+Green+Blue) = 16+105+202=323 (42% of max value = 765). Red value is 16 (6.64% from 255 or 4.95% from 323); Green value is 105 (41.41% from 255 or 32.51% from 323); Blue value is 202 (79.30% from 255 or 62.54% from 323); Max value from RGB is 202 - color contains mainly: blue. Hex color #1069CA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1069CA is #EF9635. Grayscale: #585858. Windows color (decimal): -15701558 or 13265168. OLE color: 13265168.
HSL color Cylindrical-coordinate representation of color #1069CA: hue angle of 211.29º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1069CA is Cyan = 0.92, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 16 | 105 | 202 | - |
| CMYK | 0.92 | 0.48 | 0 | 0.21 |
| HSL | 211.29º | 0.85% | 0.43% | - |
| HSV(B) | 211.29º | 0.92% | 0.79% | - |
| XYZ | 15.93 | 14.48 | 57.83 | - |
| YUV | 89.45 | 191.51 | 75.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 105 | 202 | 0.92 | 0.48 | 0 | 0.21 | 211.29 | 0.85 | 0.43 |
| Hex | 10 | 69 | CA | 5C | 30 | 0 | 15 | D3 | 55 | 2B |
| Octal | 20 | 151 | 312 | 134 | 60 | 0 | 25 | 323 | 125 | 53 |
| Binary | 10000 | 1101001 | 11001010 | 1011100 | 110000 | 0 | 10101 | 11010011 | 1010101 | 101011 |
Color Harmonies of #1069CA
Complementary color
Monochromatic Colors of #1069CA
Black with #1069CA
Text Example
Text Example
White with #1069CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1069CA; }
p { color: rgb(16,105,202); }
H1.HeaderClassName
{
color: #1069CA;
}
.AnyTagClassName
{
color: #1069CA;
}
</style>
background-color css
<style>
a { background-color: #1069CA; }
a { background-color: rgb(16,105,202); }
div.DivClassName
{
background-color: #1069CA;
}
.BgClassName
{
background-color: #1069CA;
}
</style>
border-color css
<style>
span { border-color: #1069CA; }
span { border-color: rgb(16,105,202); }
td.TdClassName
{
border-color: #1069CA;
}
.TagClassName
{
border-color: #1069CA;
}
</style>