Shades of Navy Blue #147BE1
Tints of Navy Blue #147BE1
RGB
CMYK
RGB Variations
Color information
#147BE1 (or 0x147BE1) is known color: Navy Blue. HEX triplet: 14, 7B and E1. RGB value is (20,123,225). Sum of RGB (Red+Green+Blue) = 20+123+225=368 (48% of max value = 765). Red value is 20 (8.20% from 255 or 5.43% from 368); Green value is 123 (48.44% from 255 or 33.42% from 368); Blue value is 225 (88.28% from 255 or 61.14% from 368); Max value from RGB is 225 - color contains mainly: blue. Hex color #147BE1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #147BE1 is #EB841E. Grayscale: #676767. Windows color (decimal): -15434783 or 14777108. OLE color: 14777108.
HSL color Cylindrical-coordinate representation of color #147BE1: hue angle of 209.85º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #147BE1 is Cyan = 0.91, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 20 | 123 | 225 | - |
| CMYK | 0.91 | 0.45 | 0 | 0.12 |
| HSL | 209.85º | 0.84% | 0.48% | - |
| HSV(B) | 209.85º | 0.91% | 0.88% | - |
| XYZ | 20.96 | 19.75 | 73.94 | - |
| YUV | 103.83 | 196.38 | 68.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 123 | 225 | 0.91 | 0.45 | 0 | 0.12 | 209.85 | 0.84 | 0.48 |
| Hex | 14 | 7B | E1 | 5B | 2D | 0 | C | D2 | 54 | 30 |
| Octal | 24 | 173 | 341 | 133 | 55 | 0 | 14 | 322 | 124 | 60 |
| Binary | 10100 | 1111011 | 11100001 | 1011011 | 101101 | 0 | 1100 | 11010010 | 1010100 | 110000 |
Color Harmonies of #147BE1
Complementary color
Monochromatic Colors of #147BE1
Black with #147BE1
Text Example
Text Example
White with #147BE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #147BE1; }
p { color: rgb(20,123,225); }
H1.HeaderClassName
{
color: #147BE1;
}
.AnyTagClassName
{
color: #147BE1;
}
</style>
background-color css
<style>
a { background-color: #147BE1; }
a { background-color: rgb(20,123,225); }
div.DivClassName
{
background-color: #147BE1;
}
.BgClassName
{
background-color: #147BE1;
}
</style>
border-color css
<style>
span { border-color: #147BE1; }
span { border-color: rgb(20,123,225); }
td.TdClassName
{
border-color: #147BE1;
}
.TagClassName
{
border-color: #147BE1;
}
</style>