Shades of Navy #021185
Tints of Navy #021185
RGB
CMYK
RGB Variations
Color information
#021185 (or 0x021185) is known color: Navy. HEX triplet: 02, 11 and 85. RGB value is (2,17,133). Sum of RGB (Red+Green+Blue) = 2+17+133=152 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.32% from 152); Green value is 17 (7.03% from 255 or 11.18% from 152); Blue value is 133 (52.34% from 255 or 87.5% from 152); Max value from RGB is 133 - color contains mainly: blue. Hex color #021185 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #021185 is #FDEE7A. Grayscale: #191919. Windows color (decimal): -16641659 or 8720642. OLE color: 8720642.
HSL color Cylindrical-coordinate representation of color #021185: hue angle of 233.13º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #021185 is Cyan = 0.98, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 2 | 17 | 133 | - |
| CMYK | 0.98 | 0.87 | 0 | 0.48 |
| HSL | 233.13º | 0.97% | 0.26% | - |
| HSV(B) | 233.13º | 0.98% | 0.52% | - |
| XYZ | 4.46 | 2.11 | 22.36 | - |
| YUV | 25.74 | 188.53 | 111.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 17 | 133 | 0.98 | 0.87 | 0 | 0.48 | 233.13 | 0.97 | 0.26 |
| Hex | 2 | 11 | 85 | 62 | 57 | 0 | 30 | E9 | 61 | 1A |
| Octal | 2 | 21 | 205 | 142 | 127 | 0 | 60 | 351 | 141 | 32 |
| Binary | 10 | 10001 | 10000101 | 1100010 | 1010111 | 0 | 110000 | 11101001 | 1100001 | 11010 |
Color Harmonies of #021185
Complementary color
Monochromatic Colors of #021185
Black with #021185
Text Example
Text Example
White with #021185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #021185; }
p { color: rgb(2,17,133); }
H1.HeaderClassName
{
color: #021185;
}
.AnyTagClassName
{
color: #021185;
}
</style>
background-color css
<style>
a { background-color: #021185; }
a { background-color: rgb(2,17,133); }
div.DivClassName
{
background-color: #021185;
}
.BgClassName
{
background-color: #021185;
}
</style>
border-color css
<style>
span { border-color: #021185; }
span { border-color: rgb(2,17,133); }
td.TdClassName
{
border-color: #021185;
}
.TagClassName
{
border-color: #021185;
}
</style>