Shades of Navy #02147A
Tints of Navy #02147A
RGB
CMYK
RGB Variations
Color information
#02147A (or 0x02147A) is known color: Navy. HEX triplet: 02, 14 and 7A. RGB value is (2,20,122). Sum of RGB (Red+Green+Blue) = 2+20+122=144 (19% of max value = 765). Red value is 2 (1.17% from 255 or 1.39% from 144); Green value is 20 (8.20% from 255 or 13.89% from 144); Blue value is 122 (48.05% from 255 or 84.72% from 144); Max value from RGB is 122 - color contains mainly: blue. Hex color #02147A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #02147A is #FDEB85. Grayscale: #191919. Windows color (decimal): -16640902 or 8000514. OLE color: 8000514.
HSL color Cylindrical-coordinate representation of color #02147A: hue angle of 231º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02147A is Cyan = 0.98, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 2 | 20 | 122 | - |
| CMYK | 0.98 | 0.84 | 0 | 0.52 |
| HSL | 231º | 0.97% | 0.24% | - |
| HSV(B) | 231º | 0.98% | 0.48% | - |
| XYZ | 3.79 | 1.92 | 18.58 | - |
| YUV | 26.25 | 182.04 | 110.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 20 | 122 | 0.98 | 0.84 | 0 | 0.52 | 231 | 0.97 | 0.24 |
| Hex | 2 | 14 | 7A | 62 | 54 | 0 | 34 | E7 | 61 | 18 |
| Octal | 2 | 24 | 172 | 142 | 124 | 0 | 64 | 347 | 141 | 30 |
| Binary | 10 | 10100 | 1111010 | 1100010 | 1010100 | 0 | 110100 | 11100111 | 1100001 | 11000 |
Color Harmonies of #02147A
Complementary color
Monochromatic Colors of #02147A
Black with #02147A
Text Example
Text Example
White with #02147A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02147A; }
p { color: rgb(2,20,122); }
H1.HeaderClassName
{
color: #02147A;
}
.AnyTagClassName
{
color: #02147A;
}
</style>
background-color css
<style>
a { background-color: #02147A; }
a { background-color: rgb(2,20,122); }
div.DivClassName
{
background-color: #02147A;
}
.BgClassName
{
background-color: #02147A;
}
</style>
border-color css
<style>
span { border-color: #02147A; }
span { border-color: rgb(2,20,122); }
td.TdClassName
{
border-color: #02147A;
}
.TagClassName
{
border-color: #02147A;
}
</style>