Shades of Navy Blue #1069CC
Tints of Navy Blue #1069CC
RGB
CMYK
RGB Variations
Color information
#1069CC (or 0x1069CC) is known color: Navy Blue. HEX triplet: 10, 69 and CC. RGB value is (16,105,204). Sum of RGB (Red+Green+Blue) = 16+105+204=325 (43% of max value = 765). Red value is 16 (6.64% from 255 or 4.92% from 325); Green value is 105 (41.41% from 255 or 32.31% from 325); Blue value is 204 (80.08% from 255 or 62.77% from 325); Max value from RGB is 204 - color contains mainly: blue. Hex color #1069CC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1069CC is #EF9633. Grayscale: #595959. Windows color (decimal): -15701556 or 13396240. OLE color: 13396240.
HSL color Cylindrical-coordinate representation of color #1069CC: hue angle of 211.6º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1069CC is Cyan = 0.92, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 16 | 105 | 204 | - |
| CMYK | 0.92 | 0.49 | 0 | 0.2 |
| HSL | 211.6º | 0.85% | 0.43% | - |
| HSV(B) | 211.6º | 0.92% | 0.8% | - |
| XYZ | 16.16 | 14.57 | 59.09 | - |
| YUV | 89.68 | 192.51 | 75.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 105 | 204 | 0.92 | 0.49 | 0 | 0.2 | 211.6 | 0.85 | 0.43 |
| Hex | 10 | 69 | CC | 5C | 31 | 0 | 14 | D4 | 55 | 2B |
| Octal | 20 | 151 | 314 | 134 | 61 | 0 | 24 | 324 | 125 | 53 |
| Binary | 10000 | 1101001 | 11001100 | 1011100 | 110001 | 0 | 10100 | 11010100 | 1010101 | 101011 |
Color Harmonies of #1069CC
Complementary color
Monochromatic Colors of #1069CC
Black with #1069CC
Text Example
Text Example
White with #1069CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1069CC; }
p { color: rgb(16,105,204); }
H1.HeaderClassName
{
color: #1069CC;
}
.AnyTagClassName
{
color: #1069CC;
}
</style>
background-color css
<style>
a { background-color: #1069CC; }
a { background-color: rgb(16,105,204); }
div.DivClassName
{
background-color: #1069CC;
}
.BgClassName
{
background-color: #1069CC;
}
</style>
border-color css
<style>
span { border-color: #1069CC; }
span { border-color: rgb(16,105,204); }
td.TdClassName
{
border-color: #1069CC;
}
.TagClassName
{
border-color: #1069CC;
}
</style>