Shades of Navy Blue #144DEF
Tints of Navy Blue #144DEF
RGB
CMYK
RGB Variations
Color information
#144DEF (or 0x144DEF) is known color: Navy Blue. HEX triplet: 14, 4D and EF. RGB value is (20,77,239). Sum of RGB (Red+Green+Blue) = 20+77+239=336 (44% of max value = 765). Red value is 20 (8.20% from 255 or 5.95% from 336); Green value is 77 (30.47% from 255 or 22.92% from 336); Blue value is 239 (93.75% from 255 or 71.13% from 336); Max value from RGB is 239 - color contains mainly: blue. Hex color #144DEF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #144DEF is #EBB210. Grayscale: #4D4D4D. Windows color (decimal): -15446545 or 15682836. OLE color: 15682836.
HSL color Cylindrical-coordinate representation of color #144DEF: hue angle of 224.38º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #144DEF is Cyan = 0.92, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 20 | 77 | 239 | - |
| CMYK | 0.92 | 0.68 | 0 | 0.06 |
| HSL | 224.38º | 0.87% | 0.51% | - |
| HSV(B) | 224.38º | 0.92% | 0.94% | - |
| XYZ | 18.52 | 11.69 | 82.94 | - |
| YUV | 78.43 | 218.62 | 86.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 77 | 239 | 0.92 | 0.68 | 0 | 0.06 | 224.38 | 0.87 | 0.51 |
| Hex | 14 | 4D | EF | 5C | 44 | 0 | 6 | E0 | 57 | 33 |
| Octal | 24 | 115 | 357 | 134 | 104 | 0 | 6 | 340 | 127 | 63 |
| Binary | 10100 | 1001101 | 11101111 | 1011100 | 1000100 | 0 | 110 | 11100000 | 1010111 | 110011 |
Color Harmonies of #144DEF
Complementary color
Monochromatic Colors of #144DEF
Black with #144DEF
Text Example
Text Example
White with #144DEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #144DEF; }
p { color: rgb(20,77,239); }
H1.HeaderClassName
{
color: #144DEF;
}
.AnyTagClassName
{
color: #144DEF;
}
</style>
background-color css
<style>
a { background-color: #144DEF; }
a { background-color: rgb(20,77,239); }
div.DivClassName
{
background-color: #144DEF;
}
.BgClassName
{
background-color: #144DEF;
}
</style>
border-color css
<style>
span { border-color: #144DEF; }
span { border-color: rgb(20,77,239); }
td.TdClassName
{
border-color: #144DEF;
}
.TagClassName
{
border-color: #144DEF;
}
</style>