Shades of Navy Blue #1069EF
Tints of Navy Blue #1069EF
RGB
CMYK
RGB Variations
Color information
#1069EF (or 0x1069EF) is known color: Navy Blue. HEX triplet: 10, 69 and EF. RGB value is (16,105,239). Sum of RGB (Red+Green+Blue) = 16+105+239=360 (47% of max value = 765). Red value is 16 (6.64% from 255 or 4.44% from 360); Green value is 105 (41.41% from 255 or 29.17% from 360); Blue value is 239 (93.75% from 255 or 66.39% from 360); Max value from RGB is 239 - color contains mainly: blue. Hex color #1069EF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1069EF is #EF9610. Grayscale: #5D5D5D. Windows color (decimal): -15701521 or 15690000. OLE color: 15690000.
HSL color Cylindrical-coordinate representation of color #1069EF: hue angle of 216.05º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1069EF is Cyan = 0.93, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 16 | 105 | 239 | - |
| CMYK | 0.93 | 0.56 | 0 | 0.06 |
| HSL | 216.05º | 0.87% | 0.5% | - |
| HSV(B) | 216.05º | 0.93% | 0.94% | - |
| XYZ | 20.85 | 16.45 | 83.74 | - |
| YUV | 93.67 | 210.01 | 72.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 105 | 239 | 0.93 | 0.56 | 0 | 0.06 | 216.05 | 0.87 | 0.5 |
| Hex | 10 | 69 | EF | 5D | 38 | 0 | 6 | D8 | 57 | 32 |
| Octal | 20 | 151 | 357 | 135 | 70 | 0 | 6 | 330 | 127 | 62 |
| Binary | 10000 | 1101001 | 11101111 | 1011101 | 111000 | 0 | 110 | 11011000 | 1010111 | 110010 |
Color Harmonies of #1069EF
Complementary color
Monochromatic Colors of #1069EF
Black with #1069EF
Text Example
Text Example
White with #1069EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1069EF; }
p { color: rgb(16,105,239); }
H1.HeaderClassName
{
color: #1069EF;
}
.AnyTagClassName
{
color: #1069EF;
}
</style>
background-color css
<style>
a { background-color: #1069EF; }
a { background-color: rgb(16,105,239); }
div.DivClassName
{
background-color: #1069EF;
}
.BgClassName
{
background-color: #1069EF;
}
</style>
border-color css
<style>
span { border-color: #1069EF; }
span { border-color: rgb(16,105,239); }
td.TdClassName
{
border-color: #1069EF;
}
.TagClassName
{
border-color: #1069EF;
}
</style>