Shades of Navy Blue #144FF5
Tints of Navy Blue #144FF5
RGB
CMYK
RGB Variations
Color information
#144FF5 (or 0x144FF5) is known color: Navy Blue. HEX triplet: 14, 4F and F5. RGB value is (20,79,245). Sum of RGB (Red+Green+Blue) = 20+79+245=344 (45% of max value = 765). Red value is 20 (8.20% from 255 or 5.81% from 344); Green value is 79 (31.25% from 255 or 22.97% from 344); Blue value is 245 (96.09% from 255 or 71.22% from 344); Max value from RGB is 245 - color contains mainly: blue. Hex color #144FF5 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #144FF5 is #EBB00A. Grayscale: #4F4F4F. Windows color (decimal): -15446027 or 16076564. OLE color: 16076564.
HSL color Cylindrical-coordinate representation of color #144FF5: hue angle of 224.27º 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 #144FF5 is Cyan = 0.92, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 20 | 79 | 245 | - |
| CMYK | 0.92 | 0.68 | 0 | 0.04 |
| HSL | 224.27º | 0.92% | 0.52% | - |
| HSV(B) | 224.27º | 0.92% | 0.96% | - |
| XYZ | 19.57 | 12.33 | 87.74 | - |
| YUV | 80.28 | 220.95 | 85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 79 | 245 | 0.92 | 0.68 | 0 | 0.04 | 224.27 | 0.92 | 0.52 |
| Hex | 14 | 4F | F5 | 5C | 44 | 0 | 4 | E0 | 5C | 34 |
| Octal | 24 | 117 | 365 | 134 | 104 | 0 | 4 | 340 | 134 | 64 |
| Binary | 10100 | 1001111 | 11110101 | 1011100 | 1000100 | 0 | 100 | 11100000 | 1011100 | 110100 |
Color Harmonies of #144FF5
Complementary color
Monochromatic Colors of #144FF5
Black with #144FF5
Text Example
Text Example
White with #144FF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #144FF5; }
p { color: rgb(20,79,245); }
H1.HeaderClassName
{
color: #144FF5;
}
.AnyTagClassName
{
color: #144FF5;
}
</style>
background-color css
<style>
a { background-color: #144FF5; }
a { background-color: rgb(20,79,245); }
div.DivClassName
{
background-color: #144FF5;
}
.BgClassName
{
background-color: #144FF5;
}
</style>
border-color css
<style>
span { border-color: #144FF5; }
span { border-color: rgb(20,79,245); }
td.TdClassName
{
border-color: #144FF5;
}
.TagClassName
{
border-color: #144FF5;
}
</style>