Shades of Navy Blue #147ACE
Tints of Navy Blue #147ACE
RGB
CMYK
RGB Variations
Color information
#147ACE (or 0x147ACE) is known color: Navy Blue. HEX triplet: 14, 7A and CE. RGB value is (20,122,206). Sum of RGB (Red+Green+Blue) = 20+122+206=348 (46% of max value = 765). Red value is 20 (8.20% from 255 or 5.75% from 348); Green value is 122 (48.05% from 255 or 35.06% from 348); Blue value is 206 (80.86% from 255 or 59.20% from 348); Max value from RGB is 206 - color contains mainly: blue. Hex color #147ACE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #147ACE is #EB8531. Grayscale: #646464. Windows color (decimal): -15435058 or 13531668. OLE color: 13531668.
HSL color Cylindrical-coordinate representation of color #147ACE: hue angle of 207.1º 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 #147ACE is Cyan = 0.90, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 20 | 122 | 206 | - |
| CMYK | 0.90 | 0.41 | 0 | 0.19 |
| HSL | 207.1º | 0.82% | 0.44% | - |
| HSV(B) | 207.1º | 0.9% | 0.81% | - |
| XYZ | 18.39 | 18.52 | 61 | - |
| YUV | 101.08 | 187.21 | 70.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 122 | 206 | 0.90 | 0.41 | 0 | 0.19 | 207.1 | 0.82 | 0.44 |
| Hex | 14 | 7A | CE | 5A | 29 | 0 | 13 | CF | 52 | 2C |
| Octal | 24 | 172 | 316 | 132 | 51 | 0 | 23 | 317 | 122 | 54 |
| Binary | 10100 | 1111010 | 11001110 | 1011010 | 101001 | 0 | 10011 | 11001111 | 1010010 | 101100 |
Color Harmonies of #147ACE
Complementary color
Monochromatic Colors of #147ACE
Black with #147ACE
Text Example
Text Example
White with #147ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #147ACE; }
p { color: rgb(20,122,206); }
H1.HeaderClassName
{
color: #147ACE;
}
.AnyTagClassName
{
color: #147ACE;
}
</style>
background-color css
<style>
a { background-color: #147ACE; }
a { background-color: rgb(20,122,206); }
div.DivClassName
{
background-color: #147ACE;
}
.BgClassName
{
background-color: #147ACE;
}
</style>
border-color css
<style>
span { border-color: #147ACE; }
span { border-color: rgb(20,122,206); }
td.TdClassName
{
border-color: #147ACE;
}
.TagClassName
{
border-color: #147ACE;
}
</style>