Shades of Navy Blue #147FCE
Tints of Navy Blue #147FCE
RGB
CMYK
RGB Variations
Color information
#147FCE (or 0x147FCE) is known color: Navy Blue. HEX triplet: 14, 7F and CE. RGB value is (20,127,206). Sum of RGB (Red+Green+Blue) = 20+127+206=353 (46% of max value = 765). Red value is 20 (8.20% from 255 or 5.67% from 353); Green value is 127 (50% from 255 or 35.98% from 353); Blue value is 206 (80.86% from 255 or 58.36% from 353); Max value from RGB is 206 - color contains mainly: blue. Hex color #147FCE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #147FCE is #EB8031. Grayscale: #676767. Windows color (decimal): -15433778 or 13532948. OLE color: 13532948.
HSL color Cylindrical-coordinate representation of color #147FCE: hue angle of 205.48º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #147FCE is Cyan = 0.90, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 20 | 127 | 206 | - |
| CMYK | 0.90 | 0.38 | 0 | 0.19 |
| HSL | 205.48º | 0.82% | 0.44% | - |
| HSV(B) | 205.48º | 0.9% | 0.81% | - |
| XYZ | 19.02 | 19.78 | 61.21 | - |
| YUV | 104.01 | 185.55 | 68.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 127 | 206 | 0.90 | 0.38 | 0 | 0.19 | 205.48 | 0.82 | 0.44 |
| Hex | 14 | 7F | CE | 5A | 26 | 0 | 13 | CD | 52 | 2C |
| Octal | 24 | 177 | 316 | 132 | 46 | 0 | 23 | 315 | 122 | 54 |
| Binary | 10100 | 1111111 | 11001110 | 1011010 | 100110 | 0 | 10011 | 11001101 | 1010010 | 101100 |
Color Harmonies of #147FCE
Complementary color
Monochromatic Colors of #147FCE
Black with #147FCE
Text Example
Text Example
White with #147FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #147FCE; }
p { color: rgb(20,127,206); }
H1.HeaderClassName
{
color: #147FCE;
}
.AnyTagClassName
{
color: #147FCE;
}
</style>
background-color css
<style>
a { background-color: #147FCE; }
a { background-color: rgb(20,127,206); }
div.DivClassName
{
background-color: #147FCE;
}
.BgClassName
{
background-color: #147FCE;
}
</style>
border-color css
<style>
span { border-color: #147FCE; }
span { border-color: rgb(20,127,206); }
td.TdClassName
{
border-color: #147FCE;
}
.TagClassName
{
border-color: #147FCE;
}
</style>