Shades of Navy Blue #147BE2
Tints of Navy Blue #147BE2
RGB
CMYK
RGB Variations
Color information
#147BE2 (or 0x147BE2) is known color: Navy Blue. HEX triplet: 14, 7B and E2. RGB value is (20,123,226). Sum of RGB (Red+Green+Blue) = 20+123+226=369 (48% of max value = 765). Red value is 20 (8.20% from 255 or 5.42% from 369); Green value is 123 (48.44% from 255 or 33.33% from 369); Blue value is 226 (88.67% from 255 or 61.25% from 369); Max value from RGB is 226 - color contains mainly: blue. Hex color #147BE2 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #147BE2 is #EB841D. Grayscale: #676767. Windows color (decimal): -15434782 or 14842644. OLE color: 14842644.
HSL color Cylindrical-coordinate representation of color #147BE2: hue angle of 210º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #147BE2 is Cyan = 0.91, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 20 | 123 | 226 | - |
| CMYK | 0.91 | 0.46 | 0 | 0.11 |
| HSL | 210º | 0.84% | 0.48% | - |
| HSV(B) | 210º | 0.91% | 0.89% | - |
| XYZ | 21.1 | 19.81 | 74.66 | - |
| YUV | 103.95 | 196.88 | 68.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 123 | 226 | 0.91 | 0.46 | 0 | 0.11 | 210 | 0.84 | 0.48 |
| Hex | 14 | 7B | E2 | 5B | 2E | 0 | B | D2 | 54 | 30 |
| Octal | 24 | 173 | 342 | 133 | 56 | 0 | 13 | 322 | 124 | 60 |
| Binary | 10100 | 1111011 | 11100010 | 1011011 | 101110 | 0 | 1011 | 11010010 | 1010100 | 110000 |
Color Harmonies of #147BE2
Complementary color
Monochromatic Colors of #147BE2
Black with #147BE2
Text Example
Text Example
White with #147BE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #147BE2; }
p { color: rgb(20,123,226); }
H1.HeaderClassName
{
color: #147BE2;
}
.AnyTagClassName
{
color: #147BE2;
}
</style>
background-color css
<style>
a { background-color: #147BE2; }
a { background-color: rgb(20,123,226); }
div.DivClassName
{
background-color: #147BE2;
}
.BgClassName
{
background-color: #147BE2;
}
</style>
border-color css
<style>
span { border-color: #147BE2; }
span { border-color: rgb(20,123,226); }
td.TdClassName
{
border-color: #147BE2;
}
.TagClassName
{
border-color: #147BE2;
}
</style>