Shades of Navy Blue #147BDB
Tints of Navy Blue #147BDB
RGB
CMYK
RGB Variations
Color information
#147BDB (or 0x147BDB) is known color: Navy Blue. HEX triplet: 14, 7B and DB. RGB value is (20,123,219). Sum of RGB (Red+Green+Blue) = 20+123+219=362 (47% of max value = 765). Red value is 20 (8.20% from 255 or 5.52% from 362); Green value is 123 (48.44% from 255 or 33.98% from 362); Blue value is 219 (85.94% from 255 or 60.50% from 362); Max value from RGB is 219 - color contains mainly: blue. Hex color #147BDB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #147BDB is #EB8424. Grayscale: #666666. Windows color (decimal): -15434789 or 14383892. OLE color: 14383892.
HSL color Cylindrical-coordinate representation of color #147BDB: hue angle of 208.94º 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 #147BDB is Cyan = 0.91, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 20 | 123 | 219 | - |
| CMYK | 0.91 | 0.44 | 0 | 0.14 |
| HSL | 208.94º | 0.83% | 0.47% | - |
| HSV(B) | 208.94º | 0.91% | 0.86% | - |
| XYZ | 20.16 | 19.43 | 69.71 | - |
| YUV | 103.15 | 193.38 | 68.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 123 | 219 | 0.91 | 0.44 | 0 | 0.14 | 208.94 | 0.83 | 0.47 |
| Hex | 14 | 7B | DB | 5B | 2C | 0 | E | D1 | 53 | 2F |
| Octal | 24 | 173 | 333 | 133 | 54 | 0 | 16 | 321 | 123 | 57 |
| Binary | 10100 | 1111011 | 11011011 | 1011011 | 101100 | 0 | 1110 | 11010001 | 1010011 | 101111 |
Color Harmonies of #147BDB
Complementary color
Monochromatic Colors of #147BDB
Black with #147BDB
Text Example
Text Example
White with #147BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #147BDB; }
p { color: rgb(20,123,219); }
H1.HeaderClassName
{
color: #147BDB;
}
.AnyTagClassName
{
color: #147BDB;
}
</style>
background-color css
<style>
a { background-color: #147BDB; }
a { background-color: rgb(20,123,219); }
div.DivClassName
{
background-color: #147BDB;
}
.BgClassName
{
background-color: #147BDB;
}
</style>
border-color css
<style>
span { border-color: #147BDB; }
span { border-color: rgb(20,123,219); }
td.TdClassName
{
border-color: #147BDB;
}
.TagClassName
{
border-color: #147BDB;
}
</style>