Shades of Navy Blue #144AED
Tints of Navy Blue #144AED
RGB
CMYK
RGB Variations
Color information
#144AED (or 0x144AED) is known color: Navy Blue. HEX triplet: 14, 4A and ED. RGB value is (20,74,237). Sum of RGB (Red+Green+Blue) = 20+74+237=331 (43% of max value = 765). Red value is 20 (8.20% from 255 or 6.04% from 331); Green value is 74 (29.30% from 255 or 22.36% from 331); Blue value is 237 (92.97% from 255 or 71.60% from 331); Max value from RGB is 237 - color contains mainly: blue. Hex color #144AED is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #144AED is #EBB512. Grayscale: #4B4B4B. Windows color (decimal): -15447315 or 15550996. OLE color: 15550996.
HSL color Cylindrical-coordinate representation of color #144AED: hue angle of 225.07º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #144AED is Cyan = 0.92, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 20 | 74 | 237 | - |
| CMYK | 0.92 | 0.69 | 0 | 0.07 |
| HSL | 225.07º | 0.86% | 0.5% | - |
| HSV(B) | 225.07º | 0.92% | 0.93% | - |
| XYZ | 18.02 | 11.16 | 81.33 | - |
| YUV | 76.44 | 218.61 | 87.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 74 | 237 | 0.92 | 0.69 | 0 | 0.07 | 225.07 | 0.86 | 0.5 |
| Hex | 14 | 4A | ED | 5C | 45 | 0 | 7 | E1 | 56 | 32 |
| Octal | 24 | 112 | 355 | 134 | 105 | 0 | 7 | 341 | 126 | 62 |
| Binary | 10100 | 1001010 | 11101101 | 1011100 | 1000101 | 0 | 111 | 11100001 | 1010110 | 110010 |
Color Harmonies of #144AED
Complementary color
Monochromatic Colors of #144AED
Black with #144AED
Text Example
Text Example
White with #144AED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #144AED; }
p { color: rgb(20,74,237); }
H1.HeaderClassName
{
color: #144AED;
}
.AnyTagClassName
{
color: #144AED;
}
</style>
background-color css
<style>
a { background-color: #144AED; }
a { background-color: rgb(20,74,237); }
div.DivClassName
{
background-color: #144AED;
}
.BgClassName
{
background-color: #144AED;
}
</style>
border-color css
<style>
span { border-color: #144AED; }
span { border-color: rgb(20,74,237); }
td.TdClassName
{
border-color: #144AED;
}
.TagClassName
{
border-color: #144AED;
}
</style>