Shades of Navy Blue #147BCF
Tints of Navy Blue #147BCF
RGB
CMYK
RGB Variations
Color information
#147BCF (or 0x147BCF) is known color: Navy Blue. HEX triplet: 14, 7B and CF. RGB value is (20,123,207). Sum of RGB (Red+Green+Blue) = 20+123+207=350 (46% of max value = 765). Red value is 20 (8.20% from 255 or 5.71% from 350); Green value is 123 (48.44% from 255 or 35.14% from 350); Blue value is 207 (81.25% from 255 or 59.14% from 350); Max value from RGB is 207 - color contains mainly: blue. Hex color #147BCF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #147BCF is #EB8430. Grayscale: #656565. Windows color (decimal): -15434801 or 13597460. OLE color: 13597460.
HSL color Cylindrical-coordinate representation of color #147BCF: hue angle of 206.95º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #147BCF is Cyan = 0.90, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 20 | 123 | 207 | - |
| CMYK | 0.90 | 0.41 | 0 | 0.19 |
| HSL | 206.95º | 0.82% | 0.45% | - |
| HSV(B) | 206.95º | 0.9% | 0.81% | - |
| XYZ | 18.63 | 18.82 | 61.68 | - |
| YUV | 101.78 | 187.38 | 69.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 123 | 207 | 0.90 | 0.41 | 0 | 0.19 | 206.95 | 0.82 | 0.45 |
| Hex | 14 | 7B | CF | 5A | 29 | 0 | 13 | CF | 52 | 2D |
| Octal | 24 | 173 | 317 | 132 | 51 | 0 | 23 | 317 | 122 | 55 |
| Binary | 10100 | 1111011 | 11001111 | 1011010 | 101001 | 0 | 10011 | 11001111 | 1010010 | 101101 |
Color Harmonies of #147BCF
Complementary color
Monochromatic Colors of #147BCF
Black with #147BCF
Text Example
Text Example
White with #147BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #147BCF; }
p { color: rgb(20,123,207); }
H1.HeaderClassName
{
color: #147BCF;
}
.AnyTagClassName
{
color: #147BCF;
}
</style>
background-color css
<style>
a { background-color: #147BCF; }
a { background-color: rgb(20,123,207); }
div.DivClassName
{
background-color: #147BCF;
}
.BgClassName
{
background-color: #147BCF;
}
</style>
border-color css
<style>
span { border-color: #147BCF; }
span { border-color: rgb(20,123,207); }
td.TdClassName
{
border-color: #147BCF;
}
.TagClassName
{
border-color: #147BCF;
}
</style>