Shades of Navy Blue #144BED
Tints of Navy Blue #144BED
RGB
CMYK
RGB Variations
Color information
#144BED (or 0x144BED) is known color: Navy Blue. HEX triplet: 14, 4B and ED. RGB value is (20,75,237). Sum of RGB (Red+Green+Blue) = 20+75+237=332 (43% of max value = 765). Red value is 20 (8.20% from 255 or 6.02% from 332); Green value is 75 (29.69% from 255 or 22.59% from 332); Blue value is 237 (92.97% from 255 or 71.39% from 332); Max value from RGB is 237 - color contains mainly: blue. Hex color #144BED is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #144BED is #EBB412. Grayscale: #4C4C4C. Windows color (decimal): -15447059 or 15551252. OLE color: 15551252.
HSL color Cylindrical-coordinate representation of color #144BED: hue angle of 224.79º 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 #144BED is Cyan = 0.92, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 20 | 75 | 237 | - |
| CMYK | 0.92 | 0.68 | 0 | 0.07 |
| HSL | 224.79º | 0.86% | 0.5% | - |
| HSV(B) | 224.79º | 0.92% | 0.93% | - |
| XYZ | 18.09 | 11.3 | 81.35 | - |
| YUV | 77.02 | 218.28 | 87.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 75 | 237 | 0.92 | 0.68 | 0 | 0.07 | 224.79 | 0.86 | 0.5 |
| Hex | 14 | 4B | ED | 5C | 44 | 0 | 7 | E1 | 56 | 32 |
| Octal | 24 | 113 | 355 | 134 | 104 | 0 | 7 | 341 | 126 | 62 |
| Binary | 10100 | 1001011 | 11101101 | 1011100 | 1000100 | 0 | 111 | 11100001 | 1010110 | 110010 |
Color Harmonies of #144BED
Complementary color
Monochromatic Colors of #144BED
Black with #144BED
Text Example
Text Example
White with #144BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #144BED; }
p { color: rgb(20,75,237); }
H1.HeaderClassName
{
color: #144BED;
}
.AnyTagClassName
{
color: #144BED;
}
</style>
background-color css
<style>
a { background-color: #144BED; }
a { background-color: rgb(20,75,237); }
div.DivClassName
{
background-color: #144BED;
}
.BgClassName
{
background-color: #144BED;
}
</style>
border-color css
<style>
span { border-color: #144BED; }
span { border-color: rgb(20,75,237); }
td.TdClassName
{
border-color: #144BED;
}
.TagClassName
{
border-color: #144BED;
}
</style>