Shades of Navy Blue #144EF5
Tints of Navy Blue #144EF5
RGB
CMYK
RGB Variations
Color information
#144EF5 (or 0x144EF5) is known color: Navy Blue. HEX triplet: 14, 4E and F5. RGB value is (20,78,245). Sum of RGB (Red+Green+Blue) = 20+78+245=343 (45% of max value = 765). Red value is 20 (8.20% from 255 or 5.83% from 343); Green value is 78 (30.86% from 255 or 22.74% from 343); Blue value is 245 (96.09% from 255 or 71.43% from 343); Max value from RGB is 245 - color contains mainly: blue. Hex color #144EF5 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #144EF5 is #EBB10A. Grayscale: #4E4E4E. Windows color (decimal): -15446283 or 16076308. OLE color: 16076308.
HSL color Cylindrical-coordinate representation of color #144EF5: hue angle of 224.53º degrees, saturation: 0.92, 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 #144EF5 is Cyan = 0.92, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 20 | 78 | 245 | - |
| CMYK | 0.92 | 0.68 | 0 | 0.04 |
| HSL | 224.53º | 0.92% | 0.52% | - |
| HSV(B) | 224.53º | 0.92% | 0.96% | - |
| XYZ | 19.49 | 12.19 | 87.71 | - |
| YUV | 79.7 | 221.28 | 85.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 78 | 245 | 0.92 | 0.68 | 0 | 0.04 | 224.53 | 0.92 | 0.52 |
| Hex | 14 | 4E | F5 | 5C | 44 | 0 | 4 | E1 | 5C | 34 |
| Octal | 24 | 116 | 365 | 134 | 104 | 0 | 4 | 341 | 134 | 64 |
| Binary | 10100 | 1001110 | 11110101 | 1011100 | 1000100 | 0 | 100 | 11100001 | 1011100 | 110100 |
Color Harmonies of #144EF5
Complementary color
Monochromatic Colors of #144EF5
Black with #144EF5
Text Example
Text Example
White with #144EF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #144EF5; }
p { color: rgb(20,78,245); }
H1.HeaderClassName
{
color: #144EF5;
}
.AnyTagClassName
{
color: #144EF5;
}
</style>
background-color css
<style>
a { background-color: #144EF5; }
a { background-color: rgb(20,78,245); }
div.DivClassName
{
background-color: #144EF5;
}
.BgClassName
{
background-color: #144EF5;
}
</style>
border-color css
<style>
span { border-color: #144EF5; }
span { border-color: rgb(20,78,245); }
td.TdClassName
{
border-color: #144EF5;
}
.TagClassName
{
border-color: #144EF5;
}
</style>