Shades of Navy Blue #147ACC
Tints of Navy Blue #147ACC
RGB
CMYK
RGB Variations
Color information
#147ACC (or 0x147ACC) is known color: Navy Blue. HEX triplet: 14, 7A and CC. RGB value is (20,122,204). Sum of RGB (Red+Green+Blue) = 20+122+204=346 (45% of max value = 765). Red value is 20 (8.20% from 255 or 5.78% from 346); Green value is 122 (48.05% from 255 or 35.26% from 346); Blue value is 204 (80.08% from 255 or 58.96% from 346); Max value from RGB is 204 - color contains mainly: blue. Hex color #147ACC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #147ACC is #EB8533. Grayscale: #646464. Windows color (decimal): -15435060 or 13400596. OLE color: 13400596.
HSL color Cylindrical-coordinate representation of color #147ACC: hue angle of 206.74º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #147ACC is Cyan = 0.90, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 20 | 122 | 204 | - |
| CMYK | 0.90 | 0.40 | 0 | 0.2 |
| HSL | 206.74º | 0.82% | 0.44% | - |
| HSV(B) | 206.74º | 0.9% | 0.8% | - |
| XYZ | 18.15 | 18.43 | 59.73 | - |
| YUV | 100.85 | 186.21 | 70.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 122 | 204 | 0.90 | 0.40 | 0 | 0.2 | 206.74 | 0.82 | 0.44 |
| Hex | 14 | 7A | CC | 5A | 28 | 0 | 14 | CF | 52 | 2C |
| Octal | 24 | 172 | 314 | 132 | 50 | 0 | 24 | 317 | 122 | 54 |
| Binary | 10100 | 1111010 | 11001100 | 1011010 | 101000 | 0 | 10100 | 11001111 | 1010010 | 101100 |
Color Harmonies of #147ACC
Complementary color
Monochromatic Colors of #147ACC
Black with #147ACC
Text Example
Text Example
White with #147ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #147ACC; }
p { color: rgb(20,122,204); }
H1.HeaderClassName
{
color: #147ACC;
}
.AnyTagClassName
{
color: #147ACC;
}
</style>
background-color css
<style>
a { background-color: #147ACC; }
a { background-color: rgb(20,122,204); }
div.DivClassName
{
background-color: #147ACC;
}
.BgClassName
{
background-color: #147ACC;
}
</style>
border-color css
<style>
span { border-color: #147ACC; }
span { border-color: rgb(20,122,204); }
td.TdClassName
{
border-color: #147ACC;
}
.TagClassName
{
border-color: #147ACC;
}
</style>