Shades of Navy Blue #146EDA
Tints of Navy Blue #146EDA
RGB
CMYK
RGB Variations
Color information
#146EDA (or 0x146EDA) is known color: Navy Blue. HEX triplet: 14, 6E and DA. RGB value is (20,110,218). Sum of RGB (Red+Green+Blue) = 20+110+218=348 (46% of max value = 765). Red value is 20 (8.20% from 255 or 5.75% from 348); Green value is 110 (43.36% from 255 or 31.61% from 348); Blue value is 218 (85.55% from 255 or 62.64% from 348); Max value from RGB is 218 - color contains mainly: blue. Hex color #146EDA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #146EDA is #EB9125. Grayscale: #5E5E5E. Windows color (decimal): -15438118 or 14315028. OLE color: 14315028.
HSL color Cylindrical-coordinate representation of color #146EDA: hue angle of 212.73º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #146EDA is Cyan = 0.91, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 20 | 110 | 218 | - |
| CMYK | 0.91 | 0.50 | 0 | 0.15 |
| HSL | 212.73º | 0.83% | 0.47% | - |
| HSV(B) | 212.73º | 0.91% | 0.85% | - |
| XYZ | 18.52 | 16.36 | 68.51 | - |
| YUV | 95.4 | 197.18 | 74.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 110 | 218 | 0.91 | 0.50 | 0 | 0.15 | 212.73 | 0.83 | 0.47 |
| Hex | 14 | 6E | DA | 5B | 32 | 0 | F | D5 | 53 | 2F |
| Octal | 24 | 156 | 332 | 133 | 62 | 0 | 17 | 325 | 123 | 57 |
| Binary | 10100 | 1101110 | 11011010 | 1011011 | 110010 | 0 | 1111 | 11010101 | 1010011 | 101111 |
Color Harmonies of #146EDA
Complementary color
Monochromatic Colors of #146EDA
Black with #146EDA
Text Example
Text Example
White with #146EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #146EDA; }
p { color: rgb(20,110,218); }
H1.HeaderClassName
{
color: #146EDA;
}
.AnyTagClassName
{
color: #146EDA;
}
</style>
background-color css
<style>
a { background-color: #146EDA; }
a { background-color: rgb(20,110,218); }
div.DivClassName
{
background-color: #146EDA;
}
.BgClassName
{
background-color: #146EDA;
}
</style>
border-color css
<style>
span { border-color: #146EDA; }
span { border-color: rgb(20,110,218); }
td.TdClassName
{
border-color: #146EDA;
}
.TagClassName
{
border-color: #146EDA;
}
</style>