Shades of Navy Blue #146EE0
Tints of Navy Blue #146EE0
RGB
CMYK
RGB Variations
Color information
#146EE0 (or 0x146EE0) is known color: Navy Blue. HEX triplet: 14, 6E and E0. RGB value is (20,110,224). Sum of RGB (Red+Green+Blue) = 20+110+224=354 (46% of max value = 765). Red value is 20 (8.20% from 255 or 5.65% from 354); Green value is 110 (43.36% from 255 or 31.07% from 354); Blue value is 224 (87.89% from 255 or 63.28% from 354); Max value from RGB is 224 - color contains mainly: blue. Hex color #146EE0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #146EE0 is #EB911F. Grayscale: #5F5F5F. Windows color (decimal): -15438112 or 14708244. OLE color: 14708244.
HSL color Cylindrical-coordinate representation of color #146EE0: hue angle of 213.53º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #146EE0 is Cyan = 0.91, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 20 | 110 | 224 | - |
| CMYK | 0.91 | 0.51 | 0 | 0.12 |
| HSL | 213.53º | 0.84% | 0.48% | - |
| HSV(B) | 213.53º | 0.91% | 0.88% | - |
| XYZ | 19.32 | 16.68 | 72.72 | - |
| YUV | 96.09 | 200.18 | 73.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 110 | 224 | 0.91 | 0.51 | 0 | 0.12 | 213.53 | 0.84 | 0.48 |
| Hex | 14 | 6E | E0 | 5B | 33 | 0 | C | D6 | 54 | 30 |
| Octal | 24 | 156 | 340 | 133 | 63 | 0 | 14 | 326 | 124 | 60 |
| Binary | 10100 | 1101110 | 11100000 | 1011011 | 110011 | 0 | 1100 | 11010110 | 1010100 | 110000 |
Color Harmonies of #146EE0
Complementary color
Monochromatic Colors of #146EE0
Black with #146EE0
Text Example
Text Example
White with #146EE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #146EE0; }
p { color: rgb(20,110,224); }
H1.HeaderClassName
{
color: #146EE0;
}
.AnyTagClassName
{
color: #146EE0;
}
</style>
background-color css
<style>
a { background-color: #146EE0; }
a { background-color: rgb(20,110,224); }
div.DivClassName
{
background-color: #146EE0;
}
.BgClassName
{
background-color: #146EE0;
}
</style>
border-color css
<style>
span { border-color: #146EE0; }
span { border-color: rgb(20,110,224); }
td.TdClassName
{
border-color: #146EE0;
}
.TagClassName
{
border-color: #146EE0;
}
</style>