Shades of Navy Blue #147FCF
Tints of Navy Blue #147FCF
RGB
CMYK
RGB Variations
Color information
#147FCF (or 0x147FCF) is known color: Navy Blue. HEX triplet: 14, 7F and CF. RGB value is (20,127,207). Sum of RGB (Red+Green+Blue) = 20+127+207=354 (46% of max value = 765). Red value is 20 (8.20% from 255 or 5.65% from 354); Green value is 127 (50% from 255 or 35.88% from 354); Blue value is 207 (81.25% from 255 or 58.47% from 354); Max value from RGB is 207 - color contains mainly: blue. Hex color #147FCF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #147FCF is #EB8030. Grayscale: #676767. Windows color (decimal): -15433777 or 13598484. OLE color: 13598484.
HSL color Cylindrical-coordinate representation of color #147FCF: hue angle of 205.67º 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 #147FCF is Cyan = 0.90, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 20 | 127 | 207 | - |
| CMYK | 0.90 | 0.39 | 0 | 0.19 |
| HSL | 205.67º | 0.82% | 0.45% | - |
| HSV(B) | 205.67º | 0.9% | 0.81% | - |
| XYZ | 19.14 | 19.83 | 61.85 | - |
| YUV | 104.13 | 186.05 | 68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 127 | 207 | 0.90 | 0.39 | 0 | 0.19 | 205.67 | 0.82 | 0.45 |
| Hex | 14 | 7F | CF | 5A | 27 | 0 | 13 | CE | 52 | 2D |
| Octal | 24 | 177 | 317 | 132 | 47 | 0 | 23 | 316 | 122 | 55 |
| Binary | 10100 | 1111111 | 11001111 | 1011010 | 100111 | 0 | 10011 | 11001110 | 1010010 | 101101 |
Color Harmonies of #147FCF
Complementary color
Monochromatic Colors of #147FCF
Black with #147FCF
Text Example
Text Example
White with #147FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #147FCF; }
p { color: rgb(20,127,207); }
H1.HeaderClassName
{
color: #147FCF;
}
.AnyTagClassName
{
color: #147FCF;
}
</style>
background-color css
<style>
a { background-color: #147FCF; }
a { background-color: rgb(20,127,207); }
div.DivClassName
{
background-color: #147FCF;
}
.BgClassName
{
background-color: #147FCF;
}
</style>
border-color css
<style>
span { border-color: #147FCF; }
span { border-color: rgb(20,127,207); }
td.TdClassName
{
border-color: #147FCF;
}
.TagClassName
{
border-color: #147FCF;
}
</style>