Shades of Navy Blue #147DDC
Tints of Navy Blue #147DDC
RGB
CMYK
RGB Variations
Color information
#147DDC (or 0x147DDC) is known color: Navy Blue. HEX triplet: 14, 7D and DC. RGB value is (20,125,220). Sum of RGB (Red+Green+Blue) = 20+125+220=365 (48% of max value = 765). Red value is 20 (8.20% from 255 or 5.48% from 365); Green value is 125 (49.22% from 255 or 34.25% from 365); Blue value is 220 (86.33% from 255 or 60.27% from 365); Max value from RGB is 220 - color contains mainly: blue. Hex color #147DDC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #147DDC is #EB8223. Grayscale: #676767. Windows color (decimal): -15434276 or 14449940. OLE color: 14449940.
HSL color Cylindrical-coordinate representation of color #147DDC: hue angle of 208.5º 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 #147DDC is Cyan = 0.91, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 20 | 125 | 220 | - |
| CMYK | 0.91 | 0.43 | 0 | 0.14 |
| HSL | 208.5º | 0.83% | 0.47% | - |
| HSV(B) | 208.5º | 0.91% | 0.86% | - |
| XYZ | 20.54 | 19.98 | 70.48 | - |
| YUV | 104.44 | 193.21 | 67.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 125 | 220 | 0.91 | 0.43 | 0 | 0.14 | 208.5 | 0.83 | 0.47 |
| Hex | 14 | 7D | DC | 5B | 2B | 0 | E | D0 | 53 | 2F |
| Octal | 24 | 175 | 334 | 133 | 53 | 0 | 16 | 320 | 123 | 57 |
| Binary | 10100 | 1111101 | 11011100 | 1011011 | 101011 | 0 | 1110 | 11010000 | 1010011 | 101111 |
Color Harmonies of #147DDC
Complementary color
Monochromatic Colors of #147DDC
Black with #147DDC
Text Example
Text Example
White with #147DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #147DDC; }
p { color: rgb(20,125,220); }
H1.HeaderClassName
{
color: #147DDC;
}
.AnyTagClassName
{
color: #147DDC;
}
</style>
background-color css
<style>
a { background-color: #147DDC; }
a { background-color: rgb(20,125,220); }
div.DivClassName
{
background-color: #147DDC;
}
.BgClassName
{
background-color: #147DDC;
}
</style>
border-color css
<style>
span { border-color: #147DDC; }
span { border-color: rgb(20,125,220); }
td.TdClassName
{
border-color: #147DDC;
}
.TagClassName
{
border-color: #147DDC;
}
</style>