Shades of Navy Blue #147DCE
Tints of Navy Blue #147DCE
RGB
CMYK
RGB Variations
Color information
#147DCE (or 0x147DCE) is known color: Navy Blue. HEX triplet: 14, 7D and CE. RGB value is (20,125,206). Sum of RGB (Red+Green+Blue) = 20+125+206=351 (46% of max value = 765). Red value is 20 (8.20% from 255 or 5.70% from 351); Green value is 125 (49.22% from 255 or 35.61% from 351); Blue value is 206 (80.86% from 255 or 58.69% from 351); Max value from RGB is 206 - color contains mainly: blue. Hex color #147DCE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #147DCE is #EB8231. Grayscale: #666666. Windows color (decimal): -15434290 or 13532436. OLE color: 13532436.
HSL color Cylindrical-coordinate representation of color #147DCE: hue angle of 206.13º 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 #147DCE is Cyan = 0.90, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 20 | 125 | 206 | - |
| CMYK | 0.90 | 0.39 | 0 | 0.19 |
| HSL | 206.13º | 0.82% | 0.44% | - |
| HSV(B) | 206.13º | 0.9% | 0.81% | - |
| XYZ | 18.76 | 19.27 | 61.12 | - |
| YUV | 102.84 | 186.21 | 68.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 125 | 206 | 0.90 | 0.39 | 0 | 0.19 | 206.13 | 0.82 | 0.44 |
| Hex | 14 | 7D | CE | 5A | 27 | 0 | 13 | CE | 52 | 2C |
| Octal | 24 | 175 | 316 | 132 | 47 | 0 | 23 | 316 | 122 | 54 |
| Binary | 10100 | 1111101 | 11001110 | 1011010 | 100111 | 0 | 10011 | 11001110 | 1010010 | 101100 |
Color Harmonies of #147DCE
Complementary color
Monochromatic Colors of #147DCE
Black with #147DCE
Text Example
Text Example
White with #147DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #147DCE; }
p { color: rgb(20,125,206); }
H1.HeaderClassName
{
color: #147DCE;
}
.AnyTagClassName
{
color: #147DCE;
}
</style>
background-color css
<style>
a { background-color: #147DCE; }
a { background-color: rgb(20,125,206); }
div.DivClassName
{
background-color: #147DCE;
}
.BgClassName
{
background-color: #147DCE;
}
</style>
border-color css
<style>
span { border-color: #147DCE; }
span { border-color: rgb(20,125,206); }
td.TdClassName
{
border-color: #147DCE;
}
.TagClassName
{
border-color: #147DCE;
}
</style>