Shades of Navy Blue #0169F9
Tints of Navy Blue #0169F9
RGB
CMYK
RGB Variations
Color information
#0169F9 (or 0x0169F9) is known color: Navy Blue. HEX triplet: 01, 69 and F9. RGB value is (1,105,249). Sum of RGB (Red+Green+Blue) = 1+105+249=355 (47% of max value = 765). Red value is 1 (0.78% from 255 or 0.28% from 355); Green value is 105 (41.41% from 255 or 29.58% from 355); Blue value is 249 (97.66% from 255 or 70.14% from 355); Max value from RGB is 249 - color contains mainly: blue. Hex color #0169F9 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0169F9 is #FE9606. Grayscale: #595959. Windows color (decimal): -16684551 or 16345345. OLE color: 16345345.
HSL color Cylindrical-coordinate representation of color #0169F9: hue angle of 214.84º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0169F9 is Cyan = 1.00, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 1 | 105 | 249 | - |
| CMYK | 1.00 | 0.58 | 0 | 0.02 |
| HSL | 214.84º | 0.99% | 0.49% | - |
| HSV(B) | 214.84º | 1% | 0.98% | - |
| XYZ | 22.16 | 16.95 | 91.73 | - |
| YUV | 90.32 | 217.54 | 64.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 105 | 249 | 1.00 | 0.58 | 0 | 0.02 | 214.84 | 0.99 | 0.49 |
| Hex | 1 | 69 | F9 | 64 | 3A | 0 | 2 | D7 | 63 | 31 |
| Octal | 1 | 151 | 371 | 144 | 72 | 0 | 2 | 327 | 143 | 61 |
| Binary | 1 | 1101001 | 11111001 | 1100100 | 111010 | 0 | 10 | 11010111 | 1100011 | 110001 |
Color Harmonies of #0169F9
Complementary color
Monochromatic Colors of #0169F9
Black with #0169F9
Text Example
Text Example
White with #0169F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0169F9; }
p { color: rgb(1,105,249); }
H1.HeaderClassName
{
color: #0169F9;
}
.AnyTagClassName
{
color: #0169F9;
}
</style>
background-color css
<style>
a { background-color: #0169F9; }
a { background-color: rgb(1,105,249); }
div.DivClassName
{
background-color: #0169F9;
}
.BgClassName
{
background-color: #0169F9;
}
</style>
border-color css
<style>
span { border-color: #0169F9; }
span { border-color: rgb(1,105,249); }
td.TdClassName
{
border-color: #0169F9;
}
.TagClassName
{
border-color: #0169F9;
}
</style>