Shades of Navy Blue #147DCF
Tints of Navy Blue #147DCF
RGB
CMYK
RGB Variations
Color information
#147DCF (or 0x147DCF) is known color: Navy Blue. HEX triplet: 14, 7D and CF. RGB value is (20,125,207). Sum of RGB (Red+Green+Blue) = 20+125+207=352 (46% of max value = 765). Red value is 20 (8.20% from 255 or 5.68% from 352); Green value is 125 (49.22% from 255 or 35.51% from 352); Blue value is 207 (81.25% from 255 or 58.81% from 352); Max value from RGB is 207 - color contains mainly: blue. Hex color #147DCF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #147DCF is #EB8230. Grayscale: #666666. Windows color (decimal): -15434289 or 13597972. OLE color: 13597972.
HSL color Cylindrical-coordinate representation of color #147DCF: hue angle of 206.31º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #147DCF is Cyan = 0.90, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 20 | 125 | 207 | - |
| CMYK | 0.90 | 0.40 | 0 | 0.19 |
| HSL | 206.31º | 0.82% | 0.45% | - |
| HSV(B) | 206.31º | 0.9% | 0.81% | - |
| XYZ | 18.88 | 19.32 | 61.77 | - |
| YUV | 102.95 | 186.71 | 68.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 125 | 207 | 0.90 | 0.40 | 0 | 0.19 | 206.31 | 0.82 | 0.45 |
| Hex | 14 | 7D | CF | 5A | 28 | 0 | 13 | CE | 52 | 2D |
| Octal | 24 | 175 | 317 | 132 | 50 | 0 | 23 | 316 | 122 | 55 |
| Binary | 10100 | 1111101 | 11001111 | 1011010 | 101000 | 0 | 10011 | 11001110 | 1010010 | 101101 |
Color Harmonies of #147DCF
Complementary color
Monochromatic Colors of #147DCF
Black with #147DCF
Text Example
Text Example
White with #147DCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #147DCF; }
p { color: rgb(20,125,207); }
H1.HeaderClassName
{
color: #147DCF;
}
.AnyTagClassName
{
color: #147DCF;
}
</style>
background-color css
<style>
a { background-color: #147DCF; }
a { background-color: rgb(20,125,207); }
div.DivClassName
{
background-color: #147DCF;
}
.BgClassName
{
background-color: #147DCF;
}
</style>
border-color css
<style>
span { border-color: #147DCF; }
span { border-color: rgb(20,125,207); }
td.TdClassName
{
border-color: #147DCF;
}
.TagClassName
{
border-color: #147DCF;
}
</style>