Shades of Navy Blue #147ADD
Tints of Navy Blue #147ADD
RGB
CMYK
RGB Variations
Color information
#147ADD (or 0x147ADD) is known color: Navy Blue. HEX triplet: 14, 7A and DD. RGB value is (20,122,221). Sum of RGB (Red+Green+Blue) = 20+122+221=363 (48% of max value = 765). Red value is 20 (8.20% from 255 or 5.51% from 363); Green value is 122 (48.05% from 255 or 33.61% from 363); Blue value is 221 (86.72% from 255 or 60.88% from 363); Max value from RGB is 221 - color contains mainly: blue. Hex color #147ADD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #147ADD is #EB8522. Grayscale: #666666. Windows color (decimal): -15435043 or 14514708. OLE color: 14514708.
HSL color Cylindrical-coordinate representation of color #147ADD: hue angle of 209.55º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #147ADD is Cyan = 0.91, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 20 | 122 | 221 | - |
| CMYK | 0.91 | 0.45 | 0 | 0.13 |
| HSL | 209.55º | 0.83% | 0.47% | - |
| HSV(B) | 209.55º | 0.91% | 0.87% | - |
| XYZ | 20.3 | 19.29 | 71.06 | - |
| YUV | 102.79 | 194.71 | 68.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 122 | 221 | 0.91 | 0.45 | 0 | 0.13 | 209.55 | 0.83 | 0.47 |
| Hex | 14 | 7A | DD | 5B | 2D | 0 | D | D2 | 53 | 2F |
| Octal | 24 | 172 | 335 | 133 | 55 | 0 | 15 | 322 | 123 | 57 |
| Binary | 10100 | 1111010 | 11011101 | 1011011 | 101101 | 0 | 1101 | 11010010 | 1010011 | 101111 |
Color Harmonies of #147ADD
Complementary color
Monochromatic Colors of #147ADD
Black with #147ADD
Text Example
Text Example
White with #147ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #147ADD; }
p { color: rgb(20,122,221); }
H1.HeaderClassName
{
color: #147ADD;
}
.AnyTagClassName
{
color: #147ADD;
}
</style>
background-color css
<style>
a { background-color: #147ADD; }
a { background-color: rgb(20,122,221); }
div.DivClassName
{
background-color: #147ADD;
}
.BgClassName
{
background-color: #147ADD;
}
</style>
border-color css
<style>
span { border-color: #147ADD; }
span { border-color: rgb(20,122,221); }
td.TdClassName
{
border-color: #147ADD;
}
.TagClassName
{
border-color: #147ADD;
}
</style>