Shades of Navy #021274
Tints of Navy #021274
RGB
CMYK
RGB Variations
Color information
#021274 (or 0x021274) is known color: Navy. HEX triplet: 02, 12 and 74. RGB value is (2,18,116). Sum of RGB (Red+Green+Blue) = 2+18+116=136 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.47% from 136); Green value is 18 (7.42% from 255 or 13.24% from 136); Blue value is 116 (45.70% from 255 or 85.29% from 136); Max value from RGB is 116 - color contains mainly: blue. Hex color #021274 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #021274 is #FDED8B. Grayscale: #171717. Windows color (decimal): -16641420 or 7606786. OLE color: 7606786.
HSL color Cylindrical-coordinate representation of color #021274: hue angle of 231.58º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #021274 is Cyan = 0.98, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 2 | 18 | 116 | - |
| CMYK | 0.98 | 0.84 | 0 | 0.55 |
| HSL | 231.58º | 0.97% | 0.23% | - |
| HSV(B) | 231.58º | 0.98% | 0.45% | - |
| XYZ | 3.39 | 1.71 | 16.67 | - |
| YUV | 24.39 | 179.7 | 112.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 18 | 116 | 0.98 | 0.84 | 0 | 0.55 | 231.58 | 0.97 | 0.23 |
| Hex | 2 | 12 | 74 | 62 | 54 | 0 | 37 | E8 | 61 | 17 |
| Octal | 2 | 22 | 164 | 142 | 124 | 0 | 67 | 350 | 141 | 27 |
| Binary | 10 | 10010 | 1110100 | 1100010 | 1010100 | 0 | 110111 | 11101000 | 1100001 | 10111 |
Color Harmonies of #021274
Complementary color
Monochromatic Colors of #021274
Black with #021274
Text Example
Text Example
White with #021274
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #021274; }
p { color: rgb(2,18,116); }
H1.HeaderClassName
{
color: #021274;
}
.AnyTagClassName
{
color: #021274;
}
</style>
background-color css
<style>
a { background-color: #021274; }
a { background-color: rgb(2,18,116); }
div.DivClassName
{
background-color: #021274;
}
.BgClassName
{
background-color: #021274;
}
</style>
border-color css
<style>
span { border-color: #021274; }
span { border-color: rgb(2,18,116); }
td.TdClassName
{
border-color: #021274;
}
.TagClassName
{
border-color: #021274;
}
</style>