Shades of Navy Blue #147AD8
Tints of Navy Blue #147AD8
RGB
CMYK
RGB Variations
Color information
#147AD8 (or 0x147AD8) is known color: Navy Blue. HEX triplet: 14, 7A and D8. RGB value is (20,122,216). Sum of RGB (Red+Green+Blue) = 20+122+216=358 (47% of max value = 765). Red value is 20 (8.20% from 255 or 5.59% from 358); Green value is 122 (48.05% from 255 or 34.08% from 358); Blue value is 216 (84.77% from 255 or 60.34% from 358); Max value from RGB is 216 - color contains mainly: blue. Hex color #147AD8 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #147AD8 is #EB8527. Grayscale: #656565. Windows color (decimal): -15435048 or 14187028. OLE color: 14187028.
HSL color Cylindrical-coordinate representation of color #147AD8: hue angle of 208.78º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #147AD8 is Cyan = 0.91, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 20 | 122 | 216 | - |
| CMYK | 0.91 | 0.44 | 0 | 0.15 |
| HSL | 208.78º | 0.83% | 0.46% | - |
| HSV(B) | 208.78º | 0.91% | 0.85% | - |
| XYZ | 19.64 | 19.03 | 67.6 | - |
| YUV | 102.22 | 192.21 | 69.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 122 | 216 | 0.91 | 0.44 | 0 | 0.15 | 208.78 | 0.83 | 0.46 |
| Hex | 14 | 7A | D8 | 5B | 2C | 0 | F | D1 | 53 | 2E |
| Octal | 24 | 172 | 330 | 133 | 54 | 0 | 17 | 321 | 123 | 56 |
| Binary | 10100 | 1111010 | 11011000 | 1011011 | 101100 | 0 | 1111 | 11010001 | 1010011 | 101110 |
Color Harmonies of #147AD8
Complementary color
Monochromatic Colors of #147AD8
Black with #147AD8
Text Example
Text Example
White with #147AD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #147AD8; }
p { color: rgb(20,122,216); }
H1.HeaderClassName
{
color: #147AD8;
}
.AnyTagClassName
{
color: #147AD8;
}
</style>
background-color css
<style>
a { background-color: #147AD8; }
a { background-color: rgb(20,122,216); }
div.DivClassName
{
background-color: #147AD8;
}
.BgClassName
{
background-color: #147AD8;
}
</style>
border-color css
<style>
span { border-color: #147AD8; }
span { border-color: rgb(20,122,216); }
td.TdClassName
{
border-color: #147AD8;
}
.TagClassName
{
border-color: #147AD8;
}
</style>