Shades of Navy Blue #147FD4
Tints of Navy Blue #147FD4
RGB
CMYK
RGB Variations
Color information
#147FD4 (or 0x147FD4) is known color: Navy Blue. HEX triplet: 14, 7F and D4. RGB value is (20,127,212). Sum of RGB (Red+Green+Blue) = 20+127+212=359 (47% of max value = 765). Red value is 20 (8.20% from 255 or 5.57% from 359); Green value is 127 (50% from 255 or 35.38% from 359); Blue value is 212 (83.20% from 255 or 59.05% from 359); Max value from RGB is 212 - color contains mainly: blue. Hex color #147FD4 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #147FD4 is #EB802B. Grayscale: #686868. Windows color (decimal): -15433772 or 13926164. OLE color: 13926164.
HSL color Cylindrical-coordinate representation of color #147FD4: hue angle of 206.56º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #147FD4 is Cyan = 0.91, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 20 | 127 | 212 | - |
| CMYK | 0.91 | 0.40 | 0 | 0.17 |
| HSL | 206.56º | 0.83% | 0.45% | - |
| HSV(B) | 206.56º | 0.91% | 0.83% | - |
| XYZ | 19.76 | 20.08 | 65.12 | - |
| YUV | 104.7 | 188.55 | 67.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 127 | 212 | 0.91 | 0.40 | 0 | 0.17 | 206.56 | 0.83 | 0.45 |
| Hex | 14 | 7F | D4 | 5B | 28 | 0 | 11 | CF | 53 | 2D |
| Octal | 24 | 177 | 324 | 133 | 50 | 0 | 21 | 317 | 123 | 55 |
| Binary | 10100 | 1111111 | 11010100 | 1011011 | 101000 | 0 | 10001 | 11001111 | 1010011 | 101101 |
Color Harmonies of #147FD4
Complementary color
Monochromatic Colors of #147FD4
Black with #147FD4
Text Example
Text Example
White with #147FD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #147FD4; }
p { color: rgb(20,127,212); }
H1.HeaderClassName
{
color: #147FD4;
}
.AnyTagClassName
{
color: #147FD4;
}
</style>
background-color css
<style>
a { background-color: #147FD4; }
a { background-color: rgb(20,127,212); }
div.DivClassName
{
background-color: #147FD4;
}
.BgClassName
{
background-color: #147FD4;
}
</style>
border-color css
<style>
span { border-color: #147FD4; }
span { border-color: rgb(20,127,212); }
td.TdClassName
{
border-color: #147FD4;
}
.TagClassName
{
border-color: #147FD4;
}
</style>