Shades of Navy #021283
Tints of Navy #021283
RGB
CMYK
RGB Variations
Color information
#021283 (or 0x021283) is known color: Navy. HEX triplet: 02, 12 and 83. RGB value is (2,18,131). Sum of RGB (Red+Green+Blue) = 2+18+131=151 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.32% from 151); Green value is 18 (7.42% from 255 or 11.92% from 151); Blue value is 131 (51.56% from 255 or 86.75% from 151); Max value from RGB is 131 - color contains mainly: blue. Hex color #021283 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #021283 is #FDED7C. Grayscale: #191919. Windows color (decimal): -16641405 or 8589826. OLE color: 8589826.
HSL color Cylindrical-coordinate representation of color #021283: hue angle of 232.56º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #021283 is Cyan = 0.98, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 2 | 18 | 131 | - |
| CMYK | 0.98 | 0.86 | 0 | 0.49 |
| HSL | 232.56º | 0.97% | 0.26% | - |
| HSV(B) | 232.56º | 0.98% | 0.51% | - |
| XYZ | 4.34 | 2.08 | 21.65 | - |
| YUV | 26.1 | 187.2 | 110.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 18 | 131 | 0.98 | 0.86 | 0 | 0.49 | 232.56 | 0.97 | 0.26 |
| Hex | 2 | 12 | 83 | 62 | 56 | 0 | 31 | E9 | 61 | 1A |
| Octal | 2 | 22 | 203 | 142 | 126 | 0 | 61 | 351 | 141 | 32 |
| Binary | 10 | 10010 | 10000011 | 1100010 | 1010110 | 0 | 110001 | 11101001 | 1100001 | 11010 |
Color Harmonies of #021283
Complementary color
Monochromatic Colors of #021283
Black with #021283
Text Example
Text Example
White with #021283
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #021283; }
p { color: rgb(2,18,131); }
H1.HeaderClassName
{
color: #021283;
}
.AnyTagClassName
{
color: #021283;
}
</style>
background-color css
<style>
a { background-color: #021283; }
a { background-color: rgb(2,18,131); }
div.DivClassName
{
background-color: #021283;
}
.BgClassName
{
background-color: #021283;
}
</style>
border-color css
<style>
span { border-color: #021283; }
span { border-color: rgb(2,18,131); }
td.TdClassName
{
border-color: #021283;
}
.TagClassName
{
border-color: #021283;
}
</style>