Shades of Navy #020183
Tints of Navy #020183
RGB
CMYK
RGB Variations
Color information
#020183 (or 0x020183) is known color: Navy. HEX triplet: 02, 01 and 83. RGB value is (2,1,131). Sum of RGB (Red+Green+Blue) = 2+1+131=134 (17% of max value = 765). Red value is 2 (1.17% from 255 or 1.49% from 134); Green value is 1 (0.78% from 255 or 0.75% from 134); Blue value is 131 (51.56% from 255 or 97.76% from 134); Max value from RGB is 131 - color contains mainly: blue. Hex color #020183 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #020183 is #FDFE7C. Grayscale: #0F0F0F. Windows color (decimal): -16645757 or 8585474. OLE color: 8585474.
HSL color Cylindrical-coordinate representation of color #020183: hue angle of 240.46º degrees, saturation: 0.98, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #020183 is Cyan = 0.98, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 2 | 1 | 131 | - |
| CMYK | 0.98 | 0.99 | 0 | 0.49 |
| HSL | 240.46º | 0.98% | 0.26% | - |
| HSV(B) | 240.46º | 0.99% | 0.51% | - |
| XYZ | 4.13 | 1.67 | 21.58 | - |
| YUV | 16.12 | 192.83 | 117.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 1 | 131 | 0.98 | 0.99 | 0 | 0.49 | 240.46 | 0.98 | 0.26 |
| Hex | 2 | 1 | 83 | 62 | 63 | 0 | 31 | F0 | 62 | 1A |
| Octal | 2 | 1 | 203 | 142 | 143 | 0 | 61 | 360 | 142 | 32 |
| Binary | 10 | 1 | 10000011 | 1100010 | 1100011 | 0 | 110001 | 11110000 | 1100010 | 11010 |
Color Harmonies of #020183
Complementary color
Monochromatic Colors of #020183
Black with #020183
Text Example
Text Example
White with #020183
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020183; }
p { color: rgb(2,1,131); }
H1.HeaderClassName
{
color: #020183;
}
.AnyTagClassName
{
color: #020183;
}
</style>
background-color css
<style>
a { background-color: #020183; }
a { background-color: rgb(2,1,131); }
div.DivClassName
{
background-color: #020183;
}
.BgClassName
{
background-color: #020183;
}
</style>
border-color css
<style>
span { border-color: #020183; }
span { border-color: rgb(2,1,131); }
td.TdClassName
{
border-color: #020183;
}
.TagClassName
{
border-color: #020183;
}
</style>