Shades of Navy Blue #147ACF
Tints of Navy Blue #147ACF
RGB
CMYK
RGB Variations
Color information
#147ACF (or 0x147ACF) is known color: Navy Blue. HEX triplet: 14, 7A and CF. RGB value is (20,122,207). Sum of RGB (Red+Green+Blue) = 20+122+207=349 (46% of max value = 765). Red value is 20 (8.20% from 255 or 5.73% from 349); Green value is 122 (48.05% from 255 or 34.96% from 349); Blue value is 207 (81.25% from 255 or 59.31% from 349); Max value from RGB is 207 - color contains mainly: blue. Hex color #147ACF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #147ACF is #EB8530. Grayscale: #646464. Windows color (decimal): -15435057 or 13597204. OLE color: 13597204.
HSL color Cylindrical-coordinate representation of color #147ACF: hue angle of 207.27º 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 #147ACF is Cyan = 0.90, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 20 | 122 | 207 | - |
| CMYK | 0.90 | 0.41 | 0 | 0.19 |
| HSL | 207.27º | 0.82% | 0.45% | - |
| HSV(B) | 207.27º | 0.9% | 0.81% | - |
| XYZ | 18.51 | 18.57 | 61.64 | - |
| YUV | 101.19 | 187.71 | 70.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 122 | 207 | 0.90 | 0.41 | 0 | 0.19 | 207.27 | 0.82 | 0.45 |
| Hex | 14 | 7A | CF | 5A | 29 | 0 | 13 | CF | 52 | 2D |
| Octal | 24 | 172 | 317 | 132 | 51 | 0 | 23 | 317 | 122 | 55 |
| Binary | 10100 | 1111010 | 11001111 | 1011010 | 101001 | 0 | 10011 | 11001111 | 1010010 | 101101 |
Color Harmonies of #147ACF
Complementary color
Monochromatic Colors of #147ACF
Black with #147ACF
Text Example
Text Example
White with #147ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #147ACF; }
p { color: rgb(20,122,207); }
H1.HeaderClassName
{
color: #147ACF;
}
.AnyTagClassName
{
color: #147ACF;
}
</style>
background-color css
<style>
a { background-color: #147ACF; }
a { background-color: rgb(20,122,207); }
div.DivClassName
{
background-color: #147ACF;
}
.BgClassName
{
background-color: #147ACF;
}
</style>
border-color css
<style>
span { border-color: #147ACF; }
span { border-color: rgb(20,122,207); }
td.TdClassName
{
border-color: #147ACF;
}
.TagClassName
{
border-color: #147ACF;
}
</style>