Shades of Navy #021783
Tints of Navy #021783
RGB
CMYK
RGB Variations
Color information
#021783 (or 0x021783) is known color: Navy. HEX triplet: 02, 17 and 83. RGB value is (2,23,131). Sum of RGB (Red+Green+Blue) = 2+23+131=156 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.28% from 156); Green value is 23 (9.38% from 255 or 14.74% from 156); Blue value is 131 (51.56% from 255 or 83.97% from 156); Max value from RGB is 131 - color contains mainly: blue. Hex color #021783 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #021783 is #FDE87C. Grayscale: #1C1C1C. Windows color (decimal): -16640125 or 8591106. OLE color: 8591106.
HSL color Cylindrical-coordinate representation of color #021783: hue angle of 230.23º 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 #021783 is Cyan = 0.98, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 2 | 23 | 131 | - |
| CMYK | 0.98 | 0.82 | 0 | 0.49 |
| HSL | 230.23º | 0.97% | 0.26% | - |
| HSV(B) | 230.23º | 0.98% | 0.51% | - |
| XYZ | 4.43 | 2.26 | 21.68 | - |
| YUV | 29.03 | 185.54 | 108.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 23 | 131 | 0.98 | 0.82 | 0 | 0.49 | 230.23 | 0.97 | 0.26 |
| Hex | 2 | 17 | 83 | 62 | 52 | 0 | 31 | E6 | 61 | 1A |
| Octal | 2 | 27 | 203 | 142 | 122 | 0 | 61 | 346 | 141 | 32 |
| Binary | 10 | 10111 | 10000011 | 1100010 | 1010010 | 0 | 110001 | 11100110 | 1100001 | 11010 |
Color Harmonies of #021783
Complementary color
Monochromatic Colors of #021783
Black with #021783
Text Example
Text Example
White with #021783
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #021783; }
p { color: rgb(2,23,131); }
H1.HeaderClassName
{
color: #021783;
}
.AnyTagClassName
{
color: #021783;
}
</style>
background-color css
<style>
a { background-color: #021783; }
a { background-color: rgb(2,23,131); }
div.DivClassName
{
background-color: #021783;
}
.BgClassName
{
background-color: #021783;
}
</style>
border-color css
<style>
span { border-color: #021783; }
span { border-color: rgb(2,23,131); }
td.TdClassName
{
border-color: #021783;
}
.TagClassName
{
border-color: #021783;
}
</style>