Shades of Navy Blue #144EEB
Tints of Navy Blue #144EEB
RGB
CMYK
RGB Variations
Color information
#144EEB (or 0x144EEB) is known color: Navy Blue. HEX triplet: 14, 4E and EB. RGB value is (20,78,235). Sum of RGB (Red+Green+Blue) = 20+78+235=333 (44% of max value = 765). Red value is 20 (8.20% from 255 or 6.01% from 333); Green value is 78 (30.86% from 255 or 23.42% from 333); Blue value is 235 (92.19% from 255 or 70.57% from 333); Max value from RGB is 235 - color contains mainly: blue. Hex color #144EEB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #144EEB is #EBB114. Grayscale: #4D4D4D. Windows color (decimal): -15446293 or 15420948. OLE color: 15420948.
HSL color Cylindrical-coordinate representation of color #144EEB: hue angle of 223.81º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #144EEB is Cyan = 0.91, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 20 | 78 | 235 | - |
| CMYK | 0.91 | 0.67 | 0 | 0.08 |
| HSL | 223.81º | 0.84% | 0.5% | - |
| HSV(B) | 223.81º | 0.91% | 0.92% | - |
| XYZ | 18.01 | 11.6 | 79.89 | - |
| YUV | 78.56 | 216.28 | 86.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 78 | 235 | 0.91 | 0.67 | 0 | 0.08 | 223.81 | 0.84 | 0.5 |
| Hex | 14 | 4E | EB | 5B | 43 | 0 | 8 | E0 | 54 | 32 |
| Octal | 24 | 116 | 353 | 133 | 103 | 0 | 10 | 340 | 124 | 62 |
| Binary | 10100 | 1001110 | 11101011 | 1011011 | 1000011 | 0 | 1000 | 11100000 | 1010100 | 110010 |
Color Harmonies of #144EEB
Complementary color
Monochromatic Colors of #144EEB
Black with #144EEB
Text Example
Text Example
White with #144EEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #144EEB; }
p { color: rgb(20,78,235); }
H1.HeaderClassName
{
color: #144EEB;
}
.AnyTagClassName
{
color: #144EEB;
}
</style>
background-color css
<style>
a { background-color: #144EEB; }
a { background-color: rgb(20,78,235); }
div.DivClassName
{
background-color: #144EEB;
}
.BgClassName
{
background-color: #144EEB;
}
</style>
border-color css
<style>
span { border-color: #144EEB; }
span { border-color: rgb(20,78,235); }
td.TdClassName
{
border-color: #144EEB;
}
.TagClassName
{
border-color: #144EEB;
}
</style>