Shades of Navy Blue #146EDC
Tints of Navy Blue #146EDC
RGB
CMYK
RGB Variations
Color information
#146EDC (or 0x146EDC) is known color: Navy Blue. HEX triplet: 14, 6E and DC. RGB value is (20,110,220). Sum of RGB (Red+Green+Blue) = 20+110+220=350 (46% of max value = 765). Red value is 20 (8.20% from 255 or 5.71% from 350); Green value is 110 (43.36% from 255 or 31.43% from 350); Blue value is 220 (86.33% from 255 or 62.86% from 350); Max value from RGB is 220 - color contains mainly: blue. Hex color #146EDC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #146EDC is #EB9123. Grayscale: #5F5F5F. Windows color (decimal): -15438116 or 14446100. OLE color: 14446100.
HSL color Cylindrical-coordinate representation of color #146EDC: hue angle of 213º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #146EDC is Cyan = 0.91, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 20 | 110 | 220 | - |
| CMYK | 0.91 | 0.50 | 0 | 0.14 |
| HSL | 213º | 0.83% | 0.47% | - |
| HSV(B) | 213º | 0.91% | 0.86% | - |
| XYZ | 18.78 | 16.47 | 69.9 | - |
| YUV | 95.63 | 198.18 | 74.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 110 | 220 | 0.91 | 0.50 | 0 | 0.14 | 213 | 0.83 | 0.47 |
| Hex | 14 | 6E | DC | 5B | 32 | 0 | E | D5 | 53 | 2F |
| Octal | 24 | 156 | 334 | 133 | 62 | 0 | 16 | 325 | 123 | 57 |
| Binary | 10100 | 1101110 | 11011100 | 1011011 | 110010 | 0 | 1110 | 11010101 | 1010011 | 101111 |
Color Harmonies of #146EDC
Complementary color
Monochromatic Colors of #146EDC
Black with #146EDC
Text Example
Text Example
White with #146EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #146EDC; }
p { color: rgb(20,110,220); }
H1.HeaderClassName
{
color: #146EDC;
}
.AnyTagClassName
{
color: #146EDC;
}
</style>
background-color css
<style>
a { background-color: #146EDC; }
a { background-color: rgb(20,110,220); }
div.DivClassName
{
background-color: #146EDC;
}
.BgClassName
{
background-color: #146EDC;
}
</style>
border-color css
<style>
span { border-color: #146EDC; }
span { border-color: rgb(20,110,220); }
td.TdClassName
{
border-color: #146EDC;
}
.TagClassName
{
border-color: #146EDC;
}
</style>