Shades of Navy Blue #144FE1
Tints of Navy Blue #144FE1
RGB
CMYK
RGB Variations
Color information
#144FE1 (or 0x144FE1) is known color: Navy Blue. HEX triplet: 14, 4F and E1. RGB value is (20,79,225). Sum of RGB (Red+Green+Blue) = 20+79+225=324 (42% of max value = 765). Red value is 20 (8.20% from 255 or 6.17% from 324); Green value is 79 (31.25% from 255 or 24.38% from 324); Blue value is 225 (88.28% from 255 or 69.44% from 324); Max value from RGB is 225 - color contains mainly: blue. Hex color #144FE1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #144FE1 is #EBB01E. Grayscale: #4D4D4D. Windows color (decimal): -15446047 or 14765844. OLE color: 14765844.
HSL color Cylindrical-coordinate representation of color #144FE1: hue angle of 222.73º 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 #144FE1 is Cyan = 0.91, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 20 | 79 | 225 | - |
| CMYK | 0.91 | 0.65 | 0 | 0.12 |
| HSL | 222.73º | 0.84% | 0.48% | - |
| HSV(B) | 222.73º | 0.91% | 0.88% | - |
| XYZ | 16.68 | 11.18 | 72.51 | - |
| YUV | 78 | 210.95 | 86.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 79 | 225 | 0.91 | 0.65 | 0 | 0.12 | 222.73 | 0.84 | 0.48 |
| Hex | 14 | 4F | E1 | 5B | 41 | 0 | C | DF | 54 | 30 |
| Octal | 24 | 117 | 341 | 133 | 101 | 0 | 14 | 337 | 124 | 60 |
| Binary | 10100 | 1001111 | 11100001 | 1011011 | 1000001 | 0 | 1100 | 11011111 | 1010100 | 110000 |
Color Harmonies of #144FE1
Complementary color
Monochromatic Colors of #144FE1
Black with #144FE1
Text Example
Text Example
White with #144FE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #144FE1; }
p { color: rgb(20,79,225); }
H1.HeaderClassName
{
color: #144FE1;
}
.AnyTagClassName
{
color: #144FE1;
}
</style>
background-color css
<style>
a { background-color: #144FE1; }
a { background-color: rgb(20,79,225); }
div.DivClassName
{
background-color: #144FE1;
}
.BgClassName
{
background-color: #144FE1;
}
</style>
border-color css
<style>
span { border-color: #144FE1; }
span { border-color: rgb(20,79,225); }
td.TdClassName
{
border-color: #144FE1;
}
.TagClassName
{
border-color: #144FE1;
}
</style>