Shades of Navy Blue #147AD5
Tints of Navy Blue #147AD5
RGB
CMYK
RGB Variations
Color information
#147AD5 (or 0x147AD5) is known color: Navy Blue. HEX triplet: 14, 7A and D5. RGB value is (20,122,213). Sum of RGB (Red+Green+Blue) = 20+122+213=355 (47% of max value = 765). Red value is 20 (8.20% from 255 or 5.63% from 355); Green value is 122 (48.05% from 255 or 34.37% from 355); Blue value is 213 (83.59% from 255 or 60% from 355); Max value from RGB is 213 - color contains mainly: blue. Hex color #147AD5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #147AD5 is #EB852A. Grayscale: #656565. Windows color (decimal): -15435051 or 13990420. OLE color: 13990420.
HSL color Cylindrical-coordinate representation of color #147AD5: hue angle of 208.29º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #147AD5 is Cyan = 0.91, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 20 | 122 | 213 | - |
| CMYK | 0.91 | 0.43 | 0 | 0.16 |
| HSL | 208.29º | 0.83% | 0.46% | - |
| HSV(B) | 208.29º | 0.91% | 0.84% | - |
| XYZ | 19.26 | 18.87 | 65.58 | - |
| YUV | 101.88 | 190.71 | 69.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 122 | 213 | 0.91 | 0.43 | 0 | 0.16 | 208.29 | 0.83 | 0.46 |
| Hex | 14 | 7A | D5 | 5B | 2B | 0 | 10 | D0 | 53 | 2E |
| Octal | 24 | 172 | 325 | 133 | 53 | 0 | 20 | 320 | 123 | 56 |
| Binary | 10100 | 1111010 | 11010101 | 1011011 | 101011 | 0 | 10000 | 11010000 | 1010011 | 101110 |
Color Harmonies of #147AD5
Complementary color
Monochromatic Colors of #147AD5
Black with #147AD5
Text Example
Text Example
White with #147AD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #147AD5; }
p { color: rgb(20,122,213); }
H1.HeaderClassName
{
color: #147AD5;
}
.AnyTagClassName
{
color: #147AD5;
}
</style>
background-color css
<style>
a { background-color: #147AD5; }
a { background-color: rgb(20,122,213); }
div.DivClassName
{
background-color: #147AD5;
}
.BgClassName
{
background-color: #147AD5;
}
</style>
border-color css
<style>
span { border-color: #147AD5; }
span { border-color: rgb(20,122,213); }
td.TdClassName
{
border-color: #147AD5;
}
.TagClassName
{
border-color: #147AD5;
}
</style>