Shades of Navy Blue #147BDE
Tints of Navy Blue #147BDE
RGB
CMYK
RGB Variations
Color information
#147BDE (or 0x147BDE) is known color: Navy Blue. HEX triplet: 14, 7B and DE. RGB value is (20,123,222). Sum of RGB (Red+Green+Blue) = 20+123+222=365 (48% of max value = 765). Red value is 20 (8.20% from 255 or 5.48% from 365); Green value is 123 (48.44% from 255 or 33.70% from 365); Blue value is 222 (87.11% from 255 or 60.82% from 365); Max value from RGB is 222 - color contains mainly: blue. Hex color #147BDE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #147BDE is #EB8421. Grayscale: #666666. Windows color (decimal): -15434786 or 14580500. OLE color: 14580500.
HSL color Cylindrical-coordinate representation of color #147BDE: hue angle of 209.41º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #147BDE is Cyan = 0.91, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 20 | 123 | 222 | - |
| CMYK | 0.91 | 0.45 | 0 | 0.13 |
| HSL | 209.41º | 0.83% | 0.47% | - |
| HSV(B) | 209.41º | 0.91% | 0.87% | - |
| XYZ | 20.56 | 19.59 | 71.8 | - |
| YUV | 103.49 | 194.88 | 68.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 123 | 222 | 0.91 | 0.45 | 0 | 0.13 | 209.41 | 0.83 | 0.47 |
| Hex | 14 | 7B | DE | 5B | 2D | 0 | D | D1 | 53 | 2F |
| Octal | 24 | 173 | 336 | 133 | 55 | 0 | 15 | 321 | 123 | 57 |
| Binary | 10100 | 1111011 | 11011110 | 1011011 | 101101 | 0 | 1101 | 11010001 | 1010011 | 101111 |
Color Harmonies of #147BDE
Complementary color
Monochromatic Colors of #147BDE
Black with #147BDE
Text Example
Text Example
White with #147BDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #147BDE; }
p { color: rgb(20,123,222); }
H1.HeaderClassName
{
color: #147BDE;
}
.AnyTagClassName
{
color: #147BDE;
}
</style>
background-color css
<style>
a { background-color: #147BDE; }
a { background-color: rgb(20,123,222); }
div.DivClassName
{
background-color: #147BDE;
}
.BgClassName
{
background-color: #147BDE;
}
</style>
border-color css
<style>
span { border-color: #147BDE; }
span { border-color: rgb(20,123,222); }
td.TdClassName
{
border-color: #147BDE;
}
.TagClassName
{
border-color: #147BDE;
}
</style>