Shades of Navy Blue #144DF0
Tints of Navy Blue #144DF0
RGB
CMYK
RGB Variations
Color information
#144DF0 (or 0x144DF0) is known color: Navy Blue. HEX triplet: 14, 4D and F0. RGB value is (20,77,240). Sum of RGB (Red+Green+Blue) = 20+77+240=337 (44% of max value = 765). Red value is 20 (8.20% from 255 or 5.93% from 337); Green value is 77 (30.47% from 255 or 22.85% from 337); Blue value is 240 (94.14% from 255 or 71.22% from 337); Max value from RGB is 240 - color contains mainly: blue. Hex color #144DF0 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #144DF0 is #EBB20F. Grayscale: #4D4D4D. Windows color (decimal): -15446544 or 15748372. OLE color: 15748372.
HSL color Cylindrical-coordinate representation of color #144DF0: hue angle of 224.45º degrees, saturation: 0.88, 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 #144DF0 is Cyan = 0.92, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 20 | 77 | 240 | - |
| CMYK | 0.92 | 0.68 | 0 | 0.06 |
| HSL | 224.45º | 0.88% | 0.51% | - |
| HSV(B) | 224.45º | 0.92% | 0.94% | - |
| XYZ | 18.67 | 11.75 | 83.72 | - |
| YUV | 78.54 | 219.12 | 86.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 77 | 240 | 0.92 | 0.68 | 0 | 0.06 | 224.45 | 0.88 | 0.51 |
| Hex | 14 | 4D | F0 | 5C | 44 | 0 | 6 | E0 | 58 | 33 |
| Octal | 24 | 115 | 360 | 134 | 104 | 0 | 6 | 340 | 130 | 63 |
| Binary | 10100 | 1001101 | 11110000 | 1011100 | 1000100 | 0 | 110 | 11100000 | 1011000 | 110011 |
Color Harmonies of #144DF0
Complementary color
Monochromatic Colors of #144DF0
Black with #144DF0
Text Example
Text Example
White with #144DF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #144DF0; }
p { color: rgb(20,77,240); }
H1.HeaderClassName
{
color: #144DF0;
}
.AnyTagClassName
{
color: #144DF0;
}
</style>
background-color css
<style>
a { background-color: #144DF0; }
a { background-color: rgb(20,77,240); }
div.DivClassName
{
background-color: #144DF0;
}
.BgClassName
{
background-color: #144DF0;
}
</style>
border-color css
<style>
span { border-color: #144DF0; }
span { border-color: rgb(20,77,240); }
td.TdClassName
{
border-color: #144DF0;
}
.TagClassName
{
border-color: #144DF0;
}
</style>