Shades of Navy Blue #147CCC
Tints of Navy Blue #147CCC
RGB
CMYK
RGB Variations
Color information
#147CCC (or 0x147CCC) is known color: Navy Blue. HEX triplet: 14, 7C and CC. RGB value is (20,124,204). Sum of RGB (Red+Green+Blue) = 20+124+204=348 (46% of max value = 765). Red value is 20 (8.20% from 255 or 5.75% from 348); Green value is 124 (48.83% from 255 or 35.63% from 348); Blue value is 204 (80.08% from 255 or 58.62% from 348); Max value from RGB is 204 - color contains mainly: blue. Hex color #147CCC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #147CCC is #EB8333. Grayscale: #656565. Windows color (decimal): -15434548 or 13401108. OLE color: 13401108.
HSL color Cylindrical-coordinate representation of color #147CCC: hue angle of 206.09º 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 #147CCC is Cyan = 0.90, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 20 | 124 | 204 | - |
| CMYK | 0.90 | 0.39 | 0 | 0.2 |
| HSL | 206.09º | 0.82% | 0.44% | - |
| HSV(B) | 206.09º | 0.9% | 0.8% | - |
| XYZ | 18.4 | 18.92 | 59.81 | - |
| YUV | 102.02 | 185.54 | 69.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 124 | 204 | 0.90 | 0.39 | 0 | 0.2 | 206.09 | 0.82 | 0.44 |
| Hex | 14 | 7C | CC | 5A | 27 | 0 | 14 | CE | 52 | 2C |
| Octal | 24 | 174 | 314 | 132 | 47 | 0 | 24 | 316 | 122 | 54 |
| Binary | 10100 | 1111100 | 11001100 | 1011010 | 100111 | 0 | 10100 | 11001110 | 1010010 | 101100 |
Color Harmonies of #147CCC
Complementary color
Monochromatic Colors of #147CCC
Black with #147CCC
Text Example
Text Example
White with #147CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #147CCC; }
p { color: rgb(20,124,204); }
H1.HeaderClassName
{
color: #147CCC;
}
.AnyTagClassName
{
color: #147CCC;
}
</style>
background-color css
<style>
a { background-color: #147CCC; }
a { background-color: rgb(20,124,204); }
div.DivClassName
{
background-color: #147CCC;
}
.BgClassName
{
background-color: #147CCC;
}
</style>
border-color css
<style>
span { border-color: #147CCC; }
span { border-color: rgb(20,124,204); }
td.TdClassName
{
border-color: #147CCC;
}
.TagClassName
{
border-color: #147CCC;
}
</style>