Shades of Navy Blue #147FDC
Tints of Navy Blue #147FDC
RGB
CMYK
RGB Variations
Color information
#147FDC (or 0x147FDC) is known color: Navy Blue. HEX triplet: 14, 7F and DC. RGB value is (20,127,220). Sum of RGB (Red+Green+Blue) = 20+127+220=367 (48% of max value = 765). Red value is 20 (8.20% from 255 or 5.45% from 367); Green value is 127 (50% from 255 or 34.60% from 367); Blue value is 220 (86.33% from 255 or 59.95% from 367); Max value from RGB is 220 - color contains mainly: blue. Hex color #147FDC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #147FDC is #EB8023. Grayscale: #696969. Windows color (decimal): -15433764 or 14450452. OLE color: 14450452.
HSL color Cylindrical-coordinate representation of color #147FDC: hue angle of 207.9º 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 #147FDC is Cyan = 0.91, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 20 | 127 | 220 | - |
| CMYK | 0.91 | 0.42 | 0 | 0.14 |
| HSL | 207.9º | 0.83% | 0.47% | - |
| HSV(B) | 207.9º | 0.91% | 0.86% | - |
| XYZ | 20.8 | 20.49 | 70.57 | - |
| YUV | 105.61 | 192.55 | 66.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 127 | 220 | 0.91 | 0.42 | 0 | 0.14 | 207.9 | 0.83 | 0.47 |
| Hex | 14 | 7F | DC | 5B | 2A | 0 | E | D0 | 53 | 2F |
| Octal | 24 | 177 | 334 | 133 | 52 | 0 | 16 | 320 | 123 | 57 |
| Binary | 10100 | 1111111 | 11011100 | 1011011 | 101010 | 0 | 1110 | 11010000 | 1010011 | 101111 |
Color Harmonies of #147FDC
Complementary color
Monochromatic Colors of #147FDC
Black with #147FDC
Text Example
Text Example
White with #147FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #147FDC; }
p { color: rgb(20,127,220); }
H1.HeaderClassName
{
color: #147FDC;
}
.AnyTagClassName
{
color: #147FDC;
}
</style>
background-color css
<style>
a { background-color: #147FDC; }
a { background-color: rgb(20,127,220); }
div.DivClassName
{
background-color: #147FDC;
}
.BgClassName
{
background-color: #147FDC;
}
</style>
border-color css
<style>
span { border-color: #147FDC; }
span { border-color: rgb(20,127,220); }
td.TdClassName
{
border-color: #147FDC;
}
.TagClassName
{
border-color: #147FDC;
}
</style>