Shades of Navy Blue #144EE6
Tints of Navy Blue #144EE6
RGB
CMYK
RGB Variations
Color information
#144EE6 (or 0x144EE6) is known color: Navy Blue. HEX triplet: 14, 4E and E6. RGB value is (20,78,230). Sum of RGB (Red+Green+Blue) = 20+78+230=328 (43% of max value = 765). Red value is 20 (8.20% from 255 or 6.10% from 328); Green value is 78 (30.86% from 255 or 23.78% from 328); Blue value is 230 (90.23% from 255 or 70.12% from 328); Max value from RGB is 230 - color contains mainly: blue. Hex color #144EE6 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #144EE6 is #EBB119. Grayscale: #4D4D4D. Windows color (decimal): -15446298 or 15093268. OLE color: 15093268.
HSL color Cylindrical-coordinate representation of color #144EE6: hue angle of 223.43º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #144EE6 is Cyan = 0.91, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 20 | 78 | 230 | - |
| CMYK | 0.91 | 0.66 | 0 | 0.10 |
| HSL | 223.43º | 0.84% | 0.49% | - |
| HSV(B) | 223.43º | 0.91% | 0.9% | - |
| XYZ | 17.3 | 11.31 | 76.13 | - |
| YUV | 77.99 | 213.78 | 86.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 78 | 230 | 0.91 | 0.66 | 0 | 0.10 | 223.43 | 0.84 | 0.49 |
| Hex | 14 | 4E | E6 | 5B | 42 | 0 | A | DF | 54 | 31 |
| Octal | 24 | 116 | 346 | 133 | 102 | 0 | 12 | 337 | 124 | 61 |
| Binary | 10100 | 1001110 | 11100110 | 1011011 | 1000010 | 0 | 1010 | 11011111 | 1010100 | 110001 |
Color Harmonies of #144EE6
Complementary color
Monochromatic Colors of #144EE6
Black with #144EE6
Text Example
Text Example
White with #144EE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #144EE6; }
p { color: rgb(20,78,230); }
H1.HeaderClassName
{
color: #144EE6;
}
.AnyTagClassName
{
color: #144EE6;
}
</style>
background-color css
<style>
a { background-color: #144EE6; }
a { background-color: rgb(20,78,230); }
div.DivClassName
{
background-color: #144EE6;
}
.BgClassName
{
background-color: #144EE6;
}
</style>
border-color css
<style>
span { border-color: #144EE6; }
span { border-color: rgb(20,78,230); }
td.TdClassName
{
border-color: #144EE6;
}
.TagClassName
{
border-color: #144EE6;
}
</style>