Shades of Navy Blue #147BC9
Tints of Navy Blue #147BC9
RGB
CMYK
RGB Variations
Color information
#147BC9 (or 0x147BC9) is known color: Navy Blue. HEX triplet: 14, 7B and C9. RGB value is (20,123,201). Sum of RGB (Red+Green+Blue) = 20+123+201=344 (45% of max value = 765). Red value is 20 (8.20% from 255 or 5.81% from 344); Green value is 123 (48.44% from 255 or 35.76% from 344); Blue value is 201 (78.91% from 255 or 58.43% from 344); Max value from RGB is 201 - color contains mainly: blue. Hex color #147BC9 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #147BC9 is #EB8436. Grayscale: #646464. Windows color (decimal): -15434807 or 13204244. OLE color: 13204244.
HSL color Cylindrical-coordinate representation of color #147BC9: hue angle of 205.86º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #147BC9 is Cyan = 0.90, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 20 | 123 | 201 | - |
| CMYK | 0.90 | 0.39 | 0 | 0.21 |
| HSL | 205.86º | 0.82% | 0.43% | - |
| HSV(B) | 205.86º | 0.9% | 0.79% | - |
| XYZ | 17.91 | 18.53 | 57.89 | - |
| YUV | 101.1 | 184.38 | 70.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 123 | 201 | 0.90 | 0.39 | 0 | 0.21 | 205.86 | 0.82 | 0.43 |
| Hex | 14 | 7B | C9 | 5A | 27 | 0 | 15 | CE | 52 | 2B |
| Octal | 24 | 173 | 311 | 132 | 47 | 0 | 25 | 316 | 122 | 53 |
| Binary | 10100 | 1111011 | 11001001 | 1011010 | 100111 | 0 | 10101 | 11001110 | 1010010 | 101011 |
Color Harmonies of #147BC9
Complementary color
Monochromatic Colors of #147BC9
Black with #147BC9
Text Example
Text Example
White with #147BC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #147BC9; }
p { color: rgb(20,123,201); }
H1.HeaderClassName
{
color: #147BC9;
}
.AnyTagClassName
{
color: #147BC9;
}
</style>
background-color css
<style>
a { background-color: #147BC9; }
a { background-color: rgb(20,123,201); }
div.DivClassName
{
background-color: #147BC9;
}
.BgClassName
{
background-color: #147BC9;
}
</style>
border-color css
<style>
span { border-color: #147BC9; }
span { border-color: rgb(20,123,201); }
td.TdClassName
{
border-color: #147BC9;
}
.TagClassName
{
border-color: #147BC9;
}
</style>