Shades of Navy Blue #0169D0
Tints of Navy Blue #0169D0
RGB
CMYK
RGB Variations
Color information
#0169D0 (or 0x0169D0) is known color: Navy Blue. HEX triplet: 01, 69 and D0. RGB value is (1,105,208). Sum of RGB (Red+Green+Blue) = 1+105+208=314 (41% of max value = 765). Red value is 1 (0.78% from 255 or 0.32% from 314); Green value is 105 (41.41% from 255 or 33.44% from 314); Blue value is 208 (81.64% from 255 or 66.24% from 314); Max value from RGB is 208 - color contains mainly: blue. Hex color #0169D0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0169D0 is #FE962F. Grayscale: #555555. Windows color (decimal): -16684592 or 13658369. OLE color: 13658369.
HSL color Cylindrical-coordinate representation of color #0169D0: hue angle of 209.86º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0169D0 is Cyan = 1.00, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 1 | 105 | 208 | - |
| CMYK | 1.00 | 0.50 | 0 | 0.18 |
| HSL | 209.86º | 0.99% | 0.41% | - |
| HSV(B) | 209.86º | 1% | 0.82% | - |
| XYZ | 16.45 | 14.66 | 61.64 | - |
| YUV | 85.65 | 197.04 | 67.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 105 | 208 | 1.00 | 0.50 | 0 | 0.18 | 209.86 | 0.99 | 0.41 |
| Hex | 1 | 69 | D0 | 64 | 32 | 0 | 12 | D2 | 63 | 29 |
| Octal | 1 | 151 | 320 | 144 | 62 | 0 | 22 | 322 | 143 | 51 |
| Binary | 1 | 1101001 | 11010000 | 1100100 | 110010 | 0 | 10010 | 11010010 | 1100011 | 101001 |
Color Harmonies of #0169D0
Complementary color
Monochromatic Colors of #0169D0
Black with #0169D0
Text Example
Text Example
White with #0169D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0169D0; }
p { color: rgb(1,105,208); }
H1.HeaderClassName
{
color: #0169D0;
}
.AnyTagClassName
{
color: #0169D0;
}
</style>
background-color css
<style>
a { background-color: #0169D0; }
a { background-color: rgb(1,105,208); }
div.DivClassName
{
background-color: #0169D0;
}
.BgClassName
{
background-color: #0169D0;
}
</style>
border-color css
<style>
span { border-color: #0169D0; }
span { border-color: rgb(1,105,208); }
td.TdClassName
{
border-color: #0169D0;
}
.TagClassName
{
border-color: #0169D0;
}
</style>