Shades of Navy Blue #147DD5
Tints of Navy Blue #147DD5
RGB
CMYK
RGB Variations
Color information
#147DD5 (or 0x147DD5) is known color: Navy Blue. HEX triplet: 14, 7D and D5. RGB value is (20,125,213). Sum of RGB (Red+Green+Blue) = 20+125+213=358 (47% of max value = 765). Red value is 20 (8.20% from 255 or 5.59% from 358); Green value is 125 (49.22% from 255 or 34.92% from 358); Blue value is 213 (83.59% from 255 or 59.50% from 358); Max value from RGB is 213 - color contains mainly: blue. Hex color #147DD5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #147DD5 is #EB822A. Grayscale: #676767. Windows color (decimal): -15434283 or 13991188. OLE color: 13991188.
HSL color Cylindrical-coordinate representation of color #147DD5: hue angle of 207.36º 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 #147DD5 is Cyan = 0.91, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 20 | 125 | 213 | - |
| CMYK | 0.91 | 0.41 | 0 | 0.16 |
| HSL | 207.36º | 0.83% | 0.46% | - |
| HSV(B) | 207.36º | 0.91% | 0.84% | - |
| XYZ | 19.63 | 19.62 | 65.7 | - |
| YUV | 103.64 | 189.71 | 68.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 125 | 213 | 0.91 | 0.41 | 0 | 0.16 | 207.36 | 0.83 | 0.46 |
| Hex | 14 | 7D | D5 | 5B | 29 | 0 | 10 | CF | 53 | 2E |
| Octal | 24 | 175 | 325 | 133 | 51 | 0 | 20 | 317 | 123 | 56 |
| Binary | 10100 | 1111101 | 11010101 | 1011011 | 101001 | 0 | 10000 | 11001111 | 1010011 | 101110 |
Color Harmonies of #147DD5
Complementary color
Monochromatic Colors of #147DD5
Black with #147DD5
Text Example
Text Example
White with #147DD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #147DD5; }
p { color: rgb(20,125,213); }
H1.HeaderClassName
{
color: #147DD5;
}
.AnyTagClassName
{
color: #147DD5;
}
</style>
background-color css
<style>
a { background-color: #147DD5; }
a { background-color: rgb(20,125,213); }
div.DivClassName
{
background-color: #147DD5;
}
.BgClassName
{
background-color: #147DD5;
}
</style>
border-color css
<style>
span { border-color: #147DD5; }
span { border-color: rgb(20,125,213); }
td.TdClassName
{
border-color: #147DD5;
}
.TagClassName
{
border-color: #147DD5;
}
</style>