Shades of Navy Blue #144DF4
Tints of Navy Blue #144DF4
RGB
CMYK
RGB Variations
Color information
#144DF4 (or 0x144DF4) is known color: Navy Blue. HEX triplet: 14, 4D and F4. RGB value is (20,77,244). Sum of RGB (Red+Green+Blue) = 20+77+244=341 (45% of max value = 765). Red value is 20 (8.20% from 255 or 5.87% from 341); Green value is 77 (30.47% from 255 or 22.58% from 341); Blue value is 244 (95.70% from 255 or 71.55% from 341); Max value from RGB is 244 - color contains mainly: blue. Hex color #144DF4 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #144DF4 is #EBB20B. Grayscale: #4E4E4E. Windows color (decimal): -15446540 or 16010516. OLE color: 16010516.
HSL color Cylindrical-coordinate representation of color #144DF4: hue angle of 224.73º degrees, saturation: 0.91, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #144DF4 is Cyan = 0.92, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 20 | 77 | 244 | - |
| CMYK | 0.92 | 0.68 | 0 | 0.04 |
| HSL | 224.73º | 0.91% | 0.52% | - |
| HSV(B) | 224.73º | 0.92% | 0.96% | - |
| XYZ | 19.27 | 11.99 | 86.89 | - |
| YUV | 79 | 221.12 | 85.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 77 | 244 | 0.92 | 0.68 | 0 | 0.04 | 224.73 | 0.91 | 0.52 |
| Hex | 14 | 4D | F4 | 5C | 44 | 0 | 4 | E1 | 5B | 34 |
| Octal | 24 | 115 | 364 | 134 | 104 | 0 | 4 | 341 | 133 | 64 |
| Binary | 10100 | 1001101 | 11110100 | 1011100 | 1000100 | 0 | 100 | 11100001 | 1011011 | 110100 |
Color Harmonies of #144DF4
Complementary color
Monochromatic Colors of #144DF4
Black with #144DF4
Text Example
Text Example
White with #144DF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #144DF4; }
p { color: rgb(20,77,244); }
H1.HeaderClassName
{
color: #144DF4;
}
.AnyTagClassName
{
color: #144DF4;
}
</style>
background-color css
<style>
a { background-color: #144DF4; }
a { background-color: rgb(20,77,244); }
div.DivClassName
{
background-color: #144DF4;
}
.BgClassName
{
background-color: #144DF4;
}
</style>
border-color css
<style>
span { border-color: #144DF4; }
span { border-color: rgb(20,77,244); }
td.TdClassName
{
border-color: #144DF4;
}
.TagClassName
{
border-color: #144DF4;
}
</style>