Shades of Navy Blue #144BEB
Tints of Navy Blue #144BEB
RGB
CMYK
RGB Variations
Color information
#144BEB (or 0x144BEB) is known color: Navy Blue. HEX triplet: 14, 4B and EB. RGB value is (20,75,235). Sum of RGB (Red+Green+Blue) = 20+75+235=330 (43% of max value = 765). Red value is 20 (8.20% from 255 or 6.06% from 330); Green value is 75 (29.69% from 255 or 22.73% from 330); Blue value is 235 (92.19% from 255 or 71.21% from 330); Max value from RGB is 235 - color contains mainly: blue. Hex color #144BEB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #144BEB is #EBB414. Grayscale: #4C4C4C. Windows color (decimal): -15447061 or 15420180. OLE color: 15420180.
HSL color Cylindrical-coordinate representation of color #144BEB: hue angle of 224.65º 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 #144BEB is Cyan = 0.91, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 20 | 75 | 235 | - |
| CMYK | 0.91 | 0.68 | 0 | 0.08 |
| HSL | 224.65º | 0.84% | 0.5% | - |
| HSV(B) | 224.65º | 0.91% | 0.92% | - |
| XYZ | 17.8 | 11.18 | 79.82 | - |
| YUV | 76.8 | 217.28 | 87.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 75 | 235 | 0.91 | 0.68 | 0 | 0.08 | 224.65 | 0.84 | 0.5 |
| Hex | 14 | 4B | EB | 5B | 44 | 0 | 8 | E1 | 54 | 32 |
| Octal | 24 | 113 | 353 | 133 | 104 | 0 | 10 | 341 | 124 | 62 |
| Binary | 10100 | 1001011 | 11101011 | 1011011 | 1000100 | 0 | 1000 | 11100001 | 1010100 | 110010 |
Color Harmonies of #144BEB
Complementary color
Monochromatic Colors of #144BEB
Black with #144BEB
Text Example
Text Example
White with #144BEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #144BEB; }
p { color: rgb(20,75,235); }
H1.HeaderClassName
{
color: #144BEB;
}
.AnyTagClassName
{
color: #144BEB;
}
</style>
background-color css
<style>
a { background-color: #144BEB; }
a { background-color: rgb(20,75,235); }
div.DivClassName
{
background-color: #144BEB;
}
.BgClassName
{
background-color: #144BEB;
}
</style>
border-color css
<style>
span { border-color: #144BEB; }
span { border-color: rgb(20,75,235); }
td.TdClassName
{
border-color: #144BEB;
}
.TagClassName
{
border-color: #144BEB;
}
</style>