Shades of Navy Blue #146ECF
Tints of Navy Blue #146ECF
RGB
CMYK
RGB Variations
Color information
#146ECF (or 0x146ECF) is known color: Navy Blue. HEX triplet: 14, 6E and CF. RGB value is (20,110,207). Sum of RGB (Red+Green+Blue) = 20+110+207=337 (44% of max value = 765). Red value is 20 (8.20% from 255 or 5.93% from 337); Green value is 110 (43.36% from 255 or 32.64% from 337); Blue value is 207 (81.25% from 255 or 61.42% from 337); Max value from RGB is 207 - color contains mainly: blue. Hex color #146ECF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #146ECF is #EB9130. Grayscale: #5D5D5D. Windows color (decimal): -15438129 or 13594132. OLE color: 13594132.
HSL color Cylindrical-coordinate representation of color #146ECF: hue angle of 211.12º 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 #146ECF is Cyan = 0.90, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 20 | 110 | 207 | - |
| CMYK | 0.90 | 0.47 | 0 | 0.19 |
| HSL | 211.12º | 0.82% | 0.45% | - |
| HSV(B) | 211.12º | 0.9% | 0.81% | - |
| XYZ | 17.13 | 15.81 | 61.18 | - |
| YUV | 94.15 | 191.68 | 75.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 110 | 207 | 0.90 | 0.47 | 0 | 0.19 | 211.12 | 0.82 | 0.45 |
| Hex | 14 | 6E | CF | 5A | 2F | 0 | 13 | D3 | 52 | 2D |
| Octal | 24 | 156 | 317 | 132 | 57 | 0 | 23 | 323 | 122 | 55 |
| Binary | 10100 | 1101110 | 11001111 | 1011010 | 101111 | 0 | 10011 | 11010011 | 1010010 | 101101 |
Color Harmonies of #146ECF
Complementary color
Monochromatic Colors of #146ECF
Black with #146ECF
Text Example
Text Example
White with #146ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #146ECF; }
p { color: rgb(20,110,207); }
H1.HeaderClassName
{
color: #146ECF;
}
.AnyTagClassName
{
color: #146ECF;
}
</style>
background-color css
<style>
a { background-color: #146ECF; }
a { background-color: rgb(20,110,207); }
div.DivClassName
{
background-color: #146ECF;
}
.BgClassName
{
background-color: #146ECF;
}
</style>
border-color css
<style>
span { border-color: #146ECF; }
span { border-color: rgb(20,110,207); }
td.TdClassName
{
border-color: #146ECF;
}
.TagClassName
{
border-color: #146ECF;
}
</style>