Shades of Navy Blue #1069E5
Tints of Navy Blue #1069E5
RGB
CMYK
RGB Variations
Color information
#1069E5 (or 0x1069E5) is known color: Navy Blue. HEX triplet: 10, 69 and E5. RGB value is (16,105,229). Sum of RGB (Red+Green+Blue) = 16+105+229=350 (46% of max value = 765). Red value is 16 (6.64% from 255 or 4.57% from 350); Green value is 105 (41.41% from 255 or 30% from 350); Blue value is 229 (89.84% from 255 or 65.43% from 350); Max value from RGB is 229 - color contains mainly: blue. Hex color #1069E5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1069E5 is #EF961A. Grayscale: #5B5B5B. Windows color (decimal): -15701531 or 15034640. OLE color: 15034640.
HSL color Cylindrical-coordinate representation of color #1069E5: hue angle of 214.93º degrees, saturation: 0.87, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1069E5 is Cyan = 0.93, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 16 | 105 | 229 | - |
| CMYK | 0.93 | 0.54 | 0 | 0.10 |
| HSL | 214.93º | 0.87% | 0.48% | - |
| HSV(B) | 214.93º | 0.93% | 0.9% | - |
| XYZ | 19.41 | 15.87 | 76.17 | - |
| YUV | 92.53 | 205.01 | 73.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 105 | 229 | 0.93 | 0.54 | 0 | 0.10 | 214.93 | 0.87 | 0.48 |
| Hex | 10 | 69 | E5 | 5D | 36 | 0 | A | D7 | 57 | 30 |
| Octal | 20 | 151 | 345 | 135 | 66 | 0 | 12 | 327 | 127 | 60 |
| Binary | 10000 | 1101001 | 11100101 | 1011101 | 110110 | 0 | 1010 | 11010111 | 1010111 | 110000 |
Color Harmonies of #1069E5
Complementary color
Monochromatic Colors of #1069E5
Black with #1069E5
Text Example
Text Example
White with #1069E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1069E5; }
p { color: rgb(16,105,229); }
H1.HeaderClassName
{
color: #1069E5;
}
.AnyTagClassName
{
color: #1069E5;
}
</style>
background-color css
<style>
a { background-color: #1069E5; }
a { background-color: rgb(16,105,229); }
div.DivClassName
{
background-color: #1069E5;
}
.BgClassName
{
background-color: #1069E5;
}
</style>
border-color css
<style>
span { border-color: #1069E5; }
span { border-color: rgb(16,105,229); }
td.TdClassName
{
border-color: #1069E5;
}
.TagClassName
{
border-color: #1069E5;
}
</style>