Shades of Navy Blue #147CDB
Tints of Navy Blue #147CDB
RGB
CMYK
RGB Variations
Color information
#147CDB (or 0x147CDB) is known color: Navy Blue. HEX triplet: 14, 7C and DB. RGB value is (20,124,219). Sum of RGB (Red+Green+Blue) = 20+124+219=363 (48% of max value = 765). Red value is 20 (8.20% from 255 or 5.51% from 363); Green value is 124 (48.83% from 255 or 34.16% from 363); Blue value is 219 (85.94% from 255 or 60.33% from 363); Max value from RGB is 219 - color contains mainly: blue. Hex color #147CDB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #147CDB is #EB8324. Grayscale: #676767. Windows color (decimal): -15434533 or 14384148. OLE color: 14384148.
HSL color Cylindrical-coordinate representation of color #147CDB: hue angle of 208.64º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #147CDB is Cyan = 0.91, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 20 | 124 | 219 | - |
| CMYK | 0.91 | 0.43 | 0 | 0.14 |
| HSL | 208.64º | 0.83% | 0.47% | - |
| HSV(B) | 208.64º | 0.91% | 0.86% | - |
| XYZ | 20.28 | 19.68 | 69.75 | - |
| YUV | 103.73 | 193.04 | 68.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 124 | 219 | 0.91 | 0.43 | 0 | 0.14 | 208.64 | 0.83 | 0.47 |
| Hex | 14 | 7C | DB | 5B | 2B | 0 | E | D1 | 53 | 2F |
| Octal | 24 | 174 | 333 | 133 | 53 | 0 | 16 | 321 | 123 | 57 |
| Binary | 10100 | 1111100 | 11011011 | 1011011 | 101011 | 0 | 1110 | 11010001 | 1010011 | 101111 |
Color Harmonies of #147CDB
Complementary color
Monochromatic Colors of #147CDB
Black with #147CDB
Text Example
Text Example
White with #147CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #147CDB; }
p { color: rgb(20,124,219); }
H1.HeaderClassName
{
color: #147CDB;
}
.AnyTagClassName
{
color: #147CDB;
}
</style>
background-color css
<style>
a { background-color: #147CDB; }
a { background-color: rgb(20,124,219); }
div.DivClassName
{
background-color: #147CDB;
}
.BgClassName
{
background-color: #147CDB;
}
</style>
border-color css
<style>
span { border-color: #147CDB; }
span { border-color: rgb(20,124,219); }
td.TdClassName
{
border-color: #147CDB;
}
.TagClassName
{
border-color: #147CDB;
}
</style>