Shades of Navy Blue #147DC5
Tints of Navy Blue #147DC5
RGB
CMYK
RGB Variations
Color information
#147DC5 (or 0x147DC5) is known color: Navy Blue. HEX triplet: 14, 7D and C5. RGB value is (20,125,197). Sum of RGB (Red+Green+Blue) = 20+125+197=342 (45% of max value = 765). Red value is 20 (8.20% from 255 or 5.85% from 342); Green value is 125 (49.22% from 255 or 36.55% from 342); Blue value is 197 (77.34% from 255 or 57.60% from 342); Max value from RGB is 197 - color contains mainly: blue. Hex color #147DC5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #147DC5 is #EB823A. Grayscale: #656565. Windows color (decimal): -15434299 or 12942612. OLE color: 12942612.
HSL color Cylindrical-coordinate representation of color #147DC5: hue angle of 204.41º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #147DC5 is Cyan = 0.90, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 20 | 125 | 197 | - |
| CMYK | 0.90 | 0.37 | 0 | 0.23 |
| HSL | 204.41º | 0.82% | 0.43% | - |
| HSV(B) | 204.41º | 0.9% | 0.77% | - |
| XYZ | 17.7 | 18.85 | 55.53 | - |
| YUV | 101.81 | 181.71 | 69.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 125 | 197 | 0.90 | 0.37 | 0 | 0.23 | 204.41 | 0.82 | 0.43 |
| Hex | 14 | 7D | C5 | 5A | 25 | 0 | 17 | CC | 52 | 2B |
| Octal | 24 | 175 | 305 | 132 | 45 | 0 | 27 | 314 | 122 | 53 |
| Binary | 10100 | 1111101 | 11000101 | 1011010 | 100101 | 0 | 10111 | 11001100 | 1010010 | 101011 |
Color Harmonies of #147DC5
Complementary color
Monochromatic Colors of #147DC5
Black with #147DC5
Text Example
Text Example
White with #147DC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #147DC5; }
p { color: rgb(20,125,197); }
H1.HeaderClassName
{
color: #147DC5;
}
.AnyTagClassName
{
color: #147DC5;
}
</style>
background-color css
<style>
a { background-color: #147DC5; }
a { background-color: rgb(20,125,197); }
div.DivClassName
{
background-color: #147DC5;
}
.BgClassName
{
background-color: #147DC5;
}
</style>
border-color css
<style>
span { border-color: #147DC5; }
span { border-color: rgb(20,125,197); }
td.TdClassName
{
border-color: #147DC5;
}
.TagClassName
{
border-color: #147DC5;
}
</style>