Shades of Navy Blue #147FC6
Tints of Navy Blue #147FC6
RGB
CMYK
RGB Variations
Color information
#147FC6 (or 0x147FC6) is known color: Navy Blue. HEX triplet: 14, 7F and C6. RGB value is (20,127,198). Sum of RGB (Red+Green+Blue) = 20+127+198=345 (45% of max value = 765). Red value is 20 (8.20% from 255 or 5.80% from 345); Green value is 127 (50% from 255 or 36.81% from 345); Blue value is 198 (77.73% from 255 or 57.39% from 345); Max value from RGB is 198 - color contains mainly: blue. Hex color #147FC6 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #147FC6 is #EB8039. Grayscale: #666666. Windows color (decimal): -15433786 or 13008660. OLE color: 13008660.
HSL color Cylindrical-coordinate representation of color #147FC6: hue angle of 203.93º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #147FC6 is Cyan = 0.90, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 20 | 127 | 198 | - |
| CMYK | 0.90 | 0.36 | 0 | 0.22 |
| HSL | 203.93º | 0.82% | 0.43% | - |
| HSV(B) | 203.93º | 0.9% | 0.78% | - |
| XYZ | 18.07 | 19.4 | 56.22 | - |
| YUV | 103.1 | 181.55 | 68.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 127 | 198 | 0.90 | 0.36 | 0 | 0.22 | 203.93 | 0.82 | 0.43 |
| Hex | 14 | 7F | C6 | 5A | 24 | 0 | 16 | CC | 52 | 2B |
| Octal | 24 | 177 | 306 | 132 | 44 | 0 | 26 | 314 | 122 | 53 |
| Binary | 10100 | 1111111 | 11000110 | 1011010 | 100100 | 0 | 10110 | 11001100 | 1010010 | 101011 |
Color Harmonies of #147FC6
Complementary color
Monochromatic Colors of #147FC6
Black with #147FC6
Text Example
Text Example
White with #147FC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #147FC6; }
p { color: rgb(20,127,198); }
H1.HeaderClassName
{
color: #147FC6;
}
.AnyTagClassName
{
color: #147FC6;
}
</style>
background-color css
<style>
a { background-color: #147FC6; }
a { background-color: rgb(20,127,198); }
div.DivClassName
{
background-color: #147FC6;
}
.BgClassName
{
background-color: #147FC6;
}
</style>
border-color css
<style>
span { border-color: #147FC6; }
span { border-color: rgb(20,127,198); }
td.TdClassName
{
border-color: #147FC6;
}
.TagClassName
{
border-color: #147FC6;
}
</style>