Shades of Navy Blue #0169EF
Tints of Navy Blue #0169EF
RGB
CMYK
RGB Variations
Color information
#0169EF (or 0x0169EF) is known color: Navy Blue. HEX triplet: 01, 69 and EF. RGB value is (1,105,239). Sum of RGB (Red+Green+Blue) = 1+105+239=345 (45% of max value = 765). Red value is 1 (0.78% from 255 or 0.29% from 345); Green value is 105 (41.41% from 255 or 30.43% from 345); Blue value is 239 (93.75% from 255 or 69.28% from 345); Max value from RGB is 239 - color contains mainly: blue. Hex color #0169EF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0169EF is #FE9610. Grayscale: #585858. Windows color (decimal): -16684561 or 15689985. OLE color: 15689985.
HSL color Cylindrical-coordinate representation of color #0169EF: hue angle of 213.78º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0169EF is Cyan = 1.00, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 1 | 105 | 239 | - |
| CMYK | 1.00 | 0.56 | 0 | 0.06 |
| HSL | 213.78º | 0.99% | 0.47% | - |
| HSV(B) | 213.78º | 1% | 0.94% | - |
| XYZ | 20.64 | 16.34 | 83.73 | - |
| YUV | 89.18 | 212.54 | 65.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 105 | 239 | 1.00 | 0.56 | 0 | 0.06 | 213.78 | 0.99 | 0.47 |
| Hex | 1 | 69 | EF | 64 | 38 | 0 | 6 | D6 | 63 | 2F |
| Octal | 1 | 151 | 357 | 144 | 70 | 0 | 6 | 326 | 143 | 57 |
| Binary | 1 | 1101001 | 11101111 | 1100100 | 111000 | 0 | 110 | 11010110 | 1100011 | 101111 |
Color Harmonies of #0169EF
Complementary color
Monochromatic Colors of #0169EF
Black with #0169EF
Text Example
Text Example
White with #0169EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0169EF; }
p { color: rgb(1,105,239); }
H1.HeaderClassName
{
color: #0169EF;
}
.AnyTagClassName
{
color: #0169EF;
}
</style>
background-color css
<style>
a { background-color: #0169EF; }
a { background-color: rgb(1,105,239); }
div.DivClassName
{
background-color: #0169EF;
}
.BgClassName
{
background-color: #0169EF;
}
</style>
border-color css
<style>
span { border-color: #0169EF; }
span { border-color: rgb(1,105,239); }
td.TdClassName
{
border-color: #0169EF;
}
.TagClassName
{
border-color: #0169EF;
}
</style>