Shades of Navy Blue #0169F0
Tints of Navy Blue #0169F0
RGB
CMYK
RGB Variations
Color information
#0169F0 (or 0x0169F0) is known color: Navy Blue. HEX triplet: 01, 69 and F0. RGB value is (1,105,240). Sum of RGB (Red+Green+Blue) = 1+105+240=346 (45% of max value = 765). Red value is 1 (0.78% from 255 or 0.29% from 346); Green value is 105 (41.41% from 255 or 30.35% from 346); Blue value is 240 (94.14% from 255 or 69.36% from 346); Max value from RGB is 240 - color contains mainly: blue. Hex color #0169F0 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0169F0 is #FE960F. Grayscale: #585858. Windows color (decimal): -16684560 or 15755521. OLE color: 15755521.
HSL color Cylindrical-coordinate representation of color #0169F0: hue angle of 213.89º 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 #0169F0 is Cyan = 1.00, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 1 | 105 | 240 | - |
| CMYK | 1.00 | 0.56 | 0 | 0.06 |
| HSL | 213.89º | 0.99% | 0.47% | - |
| HSV(B) | 213.89º | 1% | 0.94% | - |
| XYZ | 20.79 | 16.4 | 84.51 | - |
| YUV | 89.29 | 213.04 | 65.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 105 | 240 | 1.00 | 0.56 | 0 | 0.06 | 213.89 | 0.99 | 0.47 |
| Hex | 1 | 69 | F0 | 64 | 38 | 0 | 6 | D6 | 63 | 2F |
| Octal | 1 | 151 | 360 | 144 | 70 | 0 | 6 | 326 | 143 | 57 |
| Binary | 1 | 1101001 | 11110000 | 1100100 | 111000 | 0 | 110 | 11010110 | 1100011 | 101111 |
Color Harmonies of #0169F0
Complementary color
Monochromatic Colors of #0169F0
Black with #0169F0
Text Example
Text Example
White with #0169F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0169F0; }
p { color: rgb(1,105,240); }
H1.HeaderClassName
{
color: #0169F0;
}
.AnyTagClassName
{
color: #0169F0;
}
</style>
background-color css
<style>
a { background-color: #0169F0; }
a { background-color: rgb(1,105,240); }
div.DivClassName
{
background-color: #0169F0;
}
.BgClassName
{
background-color: #0169F0;
}
</style>
border-color css
<style>
span { border-color: #0169F0; }
span { border-color: rgb(1,105,240); }
td.TdClassName
{
border-color: #0169F0;
}
.TagClassName
{
border-color: #0169F0;
}
</style>