Shades of Navy Blue #0169EC
Tints of Navy Blue #0169EC
RGB
CMYK
RGB Variations
Color information
#0169EC (or 0x0169EC) is known color: Navy Blue. HEX triplet: 01, 69 and EC. RGB value is (1,105,236). Sum of RGB (Red+Green+Blue) = 1+105+236=342 (45% of max value = 765). Red value is 1 (0.78% from 255 or 0.29% from 342); Green value is 105 (41.41% from 255 or 30.70% from 342); Blue value is 236 (92.58% from 255 or 69.01% from 342); Max value from RGB is 236 - color contains mainly: blue. Hex color #0169EC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0169EC is #FE9613. Grayscale: #585858. Windows color (decimal): -16684564 or 15493377. OLE color: 15493377.
HSL color Cylindrical-coordinate representation of color #0169EC: hue angle of 213.45º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0169EC is Cyan = 1.00, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 1 | 105 | 236 | - |
| CMYK | 1.00 | 0.56 | 0 | 0.07 |
| HSL | 213.45º | 0.99% | 0.46% | - |
| HSV(B) | 213.45º | 1% | 0.93% | - |
| XYZ | 20.2 | 16.17 | 81.41 | - |
| YUV | 88.84 | 211.04 | 65.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 105 | 236 | 1.00 | 0.56 | 0 | 0.07 | 213.45 | 0.99 | 0.46 |
| Hex | 1 | 69 | EC | 64 | 38 | 0 | 7 | D5 | 63 | 2E |
| Octal | 1 | 151 | 354 | 144 | 70 | 0 | 7 | 325 | 143 | 56 |
| Binary | 1 | 1101001 | 11101100 | 1100100 | 111000 | 0 | 111 | 11010101 | 1100011 | 101110 |
Color Harmonies of #0169EC
Complementary color
Monochromatic Colors of #0169EC
Black with #0169EC
Text Example
Text Example
White with #0169EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0169EC; }
p { color: rgb(1,105,236); }
H1.HeaderClassName
{
color: #0169EC;
}
.AnyTagClassName
{
color: #0169EC;
}
</style>
background-color css
<style>
a { background-color: #0169EC; }
a { background-color: rgb(1,105,236); }
div.DivClassName
{
background-color: #0169EC;
}
.BgClassName
{
background-color: #0169EC;
}
</style>
border-color css
<style>
span { border-color: #0169EC; }
span { border-color: rgb(1,105,236); }
td.TdClassName
{
border-color: #0169EC;
}
.TagClassName
{
border-color: #0169EC;
}
</style>