Shades of Navy #020169
Tints of Navy #020169
RGB
CMYK
RGB Variations
Color information
#020169 (or 0x020169) is known color: Navy. HEX triplet: 02, 01 and 69. RGB value is (2,1,105). Sum of RGB (Red+Green+Blue) = 2+1+105=108 (14% of max value = 765). Red value is 2 (1.17% from 255 or 1.85% from 108); Green value is 1 (0.78% from 255 or 0.93% from 108); Blue value is 105 (41.41% from 255 or 97.22% from 108); Max value from RGB is 105 - color contains mainly: blue. Hex color #020169 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #020169 is #FDFE96. Grayscale: #0C0C0C. Windows color (decimal): -16645783 or 6881538. OLE color: 6881538.
HSL color Cylindrical-coordinate representation of color #020169: hue angle of 240.58º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #020169 is Cyan = 0.98, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 2 | 1 | 105 | - |
| CMYK | 0.98 | 0.99 | 0 | 0.59 |
| HSL | 240.58º | 0.98% | 0.21% | - |
| HSV(B) | 240.58º | 0.99% | 0.41% | - |
| XYZ | 2.59 | 1.05 | 13.43 | - |
| YUV | 13.16 | 179.83 | 120.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 1 | 105 | 0.98 | 0.99 | 0 | 0.59 | 240.58 | 0.98 | 0.21 |
| Hex | 2 | 1 | 69 | 62 | 63 | 0 | 3B | F1 | 62 | 15 |
| Octal | 2 | 1 | 151 | 142 | 143 | 0 | 73 | 361 | 142 | 25 |
| Binary | 10 | 1 | 1101001 | 1100010 | 1100011 | 0 | 111011 | 11110001 | 1100010 | 10101 |
Color Harmonies of #020169
Complementary color
Monochromatic Colors of #020169
Black with #020169
Text Example
Text Example
White with #020169
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020169; }
p { color: rgb(2,1,105); }
H1.HeaderClassName
{
color: #020169;
}
.AnyTagClassName
{
color: #020169;
}
</style>
background-color css
<style>
a { background-color: #020169; }
a { background-color: rgb(2,1,105); }
div.DivClassName
{
background-color: #020169;
}
.BgClassName
{
background-color: #020169;
}
</style>
border-color css
<style>
span { border-color: #020169; }
span { border-color: rgb(2,1,105); }
td.TdClassName
{
border-color: #020169;
}
.TagClassName
{
border-color: #020169;
}
</style>