Shades of Navy Blue #147ACD
Tints of Navy Blue #147ACD
RGB
CMYK
RGB Variations
Color information
#147ACD (or 0x147ACD) is known color: Navy Blue. HEX triplet: 14, 7A and CD. RGB value is (20,122,205). Sum of RGB (Red+Green+Blue) = 20+122+205=347 (45% of max value = 765). Red value is 20 (8.20% from 255 or 5.76% from 347); Green value is 122 (48.05% from 255 or 35.16% from 347); Blue value is 205 (80.47% from 255 or 59.08% from 347); Max value from RGB is 205 - color contains mainly: blue. Hex color #147ACD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #147ACD is #EB8532. Grayscale: #646464. Windows color (decimal): -15435059 or 13466132. OLE color: 13466132.
HSL color Cylindrical-coordinate representation of color #147ACD: hue angle of 206.92º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #147ACD is Cyan = 0.90, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 20 | 122 | 205 | - |
| CMYK | 0.90 | 0.40 | 0 | 0.20 |
| HSL | 206.92º | 0.82% | 0.44% | - |
| HSV(B) | 206.92º | 0.9% | 0.8% | - |
| XYZ | 18.27 | 18.48 | 60.36 | - |
| YUV | 100.96 | 186.71 | 70.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 122 | 205 | 0.90 | 0.40 | 0 | 0.20 | 206.92 | 0.82 | 0.44 |
| Hex | 14 | 7A | CD | 5A | 28 | 0 | 14 | CF | 52 | 2C |
| Octal | 24 | 172 | 315 | 132 | 50 | 0 | 24 | 317 | 122 | 54 |
| Binary | 10100 | 1111010 | 11001101 | 1011010 | 101000 | 0 | 10100 | 11001111 | 1010010 | 101100 |
Color Harmonies of #147ACD
Complementary color
Monochromatic Colors of #147ACD
Black with #147ACD
Text Example
Text Example
White with #147ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #147ACD; }
p { color: rgb(20,122,205); }
H1.HeaderClassName
{
color: #147ACD;
}
.AnyTagClassName
{
color: #147ACD;
}
</style>
background-color css
<style>
a { background-color: #147ACD; }
a { background-color: rgb(20,122,205); }
div.DivClassName
{
background-color: #147ACD;
}
.BgClassName
{
background-color: #147ACD;
}
</style>
border-color css
<style>
span { border-color: #147ACD; }
span { border-color: rgb(20,122,205); }
td.TdClassName
{
border-color: #147ACD;
}
.TagClassName
{
border-color: #147ACD;
}
</style>