Shades of Navy Blue #147BD1
Tints of Navy Blue #147BD1
RGB
CMYK
RGB Variations
Color information
#147BD1 (or 0x147BD1) is known color: Navy Blue. HEX triplet: 14, 7B and D1. RGB value is (20,123,209). Sum of RGB (Red+Green+Blue) = 20+123+209=352 (46% of max value = 765). Red value is 20 (8.20% from 255 or 5.68% from 352); Green value is 123 (48.44% from 255 or 34.94% from 352); Blue value is 209 (82.03% from 255 or 59.38% from 352); Max value from RGB is 209 - color contains mainly: blue. Hex color #147BD1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #147BD1 is #EB842E. Grayscale: #656565. Windows color (decimal): -15434799 or 13728532. OLE color: 13728532.
HSL color Cylindrical-coordinate representation of color #147BD1: hue angle of 207.3º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #147BD1 is Cyan = 0.90, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 20 | 123 | 209 | - |
| CMYK | 0.90 | 0.41 | 0 | 0.18 |
| HSL | 207.3º | 0.83% | 0.45% | - |
| HSV(B) | 207.3º | 0.9% | 0.82% | - |
| XYZ | 18.88 | 18.92 | 62.98 | - |
| YUV | 102.01 | 188.38 | 69.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 123 | 209 | 0.90 | 0.41 | 0 | 0.18 | 207.3 | 0.83 | 0.45 |
| Hex | 14 | 7B | D1 | 5A | 29 | 0 | 12 | CF | 53 | 2D |
| Octal | 24 | 173 | 321 | 132 | 51 | 0 | 22 | 317 | 123 | 55 |
| Binary | 10100 | 1111011 | 11010001 | 1011010 | 101001 | 0 | 10010 | 11001111 | 1010011 | 101101 |
Color Harmonies of #147BD1
Complementary color
Monochromatic Colors of #147BD1
Black with #147BD1
Text Example
Text Example
White with #147BD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #147BD1; }
p { color: rgb(20,123,209); }
H1.HeaderClassName
{
color: #147BD1;
}
.AnyTagClassName
{
color: #147BD1;
}
</style>
background-color css
<style>
a { background-color: #147BD1; }
a { background-color: rgb(20,123,209); }
div.DivClassName
{
background-color: #147BD1;
}
.BgClassName
{
background-color: #147BD1;
}
</style>
border-color css
<style>
span { border-color: #147BD1; }
span { border-color: rgb(20,123,209); }
td.TdClassName
{
border-color: #147BD1;
}
.TagClassName
{
border-color: #147BD1;
}
</style>