Shades of Navy Blue #147AD2
Tints of Navy Blue #147AD2
RGB
CMYK
RGB Variations
Color information
#147AD2 (or 0x147AD2) is known color: Navy Blue. HEX triplet: 14, 7A and D2. RGB value is (20,122,210). Sum of RGB (Red+Green+Blue) = 20+122+210=352 (46% of max value = 765). Red value is 20 (8.20% from 255 or 5.68% from 352); Green value is 122 (48.05% from 255 or 34.66% from 352); Blue value is 210 (82.42% from 255 or 59.66% from 352); Max value from RGB is 210 - color contains mainly: blue. Hex color #147AD2 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #147AD2 is #EB852D. Grayscale: #656565. Windows color (decimal): -15435054 or 13793812. OLE color: 13793812.
HSL color Cylindrical-coordinate representation of color #147AD2: hue angle of 207.79º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #147AD2 is Cyan = 0.90, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 20 | 122 | 210 | - |
| CMYK | 0.90 | 0.42 | 0 | 0.18 |
| HSL | 207.79º | 0.83% | 0.45% | - |
| HSV(B) | 207.79º | 0.9% | 0.82% | - |
| XYZ | 18.88 | 18.72 | 63.59 | - |
| YUV | 101.53 | 189.21 | 69.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 122 | 210 | 0.90 | 0.42 | 0 | 0.18 | 207.79 | 0.83 | 0.45 |
| Hex | 14 | 7A | D2 | 5A | 2A | 0 | 12 | D0 | 53 | 2D |
| Octal | 24 | 172 | 322 | 132 | 52 | 0 | 22 | 320 | 123 | 55 |
| Binary | 10100 | 1111010 | 11010010 | 1011010 | 101010 | 0 | 10010 | 11010000 | 1010011 | 101101 |
Color Harmonies of #147AD2
Complementary color
Monochromatic Colors of #147AD2
Black with #147AD2
Text Example
Text Example
White with #147AD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #147AD2; }
p { color: rgb(20,122,210); }
H1.HeaderClassName
{
color: #147AD2;
}
.AnyTagClassName
{
color: #147AD2;
}
</style>
background-color css
<style>
a { background-color: #147AD2; }
a { background-color: rgb(20,122,210); }
div.DivClassName
{
background-color: #147AD2;
}
.BgClassName
{
background-color: #147AD2;
}
</style>
border-color css
<style>
span { border-color: #147AD2; }
span { border-color: rgb(20,122,210); }
td.TdClassName
{
border-color: #147AD2;
}
.TagClassName
{
border-color: #147AD2;
}
</style>