Shades of Navy Blue #144FF1
Tints of Navy Blue #144FF1
RGB
CMYK
RGB Variations
Color information
#144FF1 (or 0x144FF1) is known color: Navy Blue. HEX triplet: 14, 4F and F1. RGB value is (20,79,241). Sum of RGB (Red+Green+Blue) = 20+79+241=340 (45% of max value = 765). Red value is 20 (8.20% from 255 or 5.88% from 340); Green value is 79 (31.25% from 255 or 23.24% from 340); Blue value is 241 (94.53% from 255 or 70.88% from 340); Max value from RGB is 241 - color contains mainly: blue. Hex color #144FF1 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #144FF1 is #EBB00E. Grayscale: #4F4F4F. Windows color (decimal): -15446031 or 15814420. OLE color: 15814420.
HSL color Cylindrical-coordinate representation of color #144FF1: hue angle of 223.98º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #144FF1 is Cyan = 0.92, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 20 | 79 | 241 | - |
| CMYK | 0.92 | 0.67 | 0 | 0.05 |
| HSL | 223.98º | 0.89% | 0.51% | - |
| HSV(B) | 223.98º | 0.92% | 0.95% | - |
| XYZ | 18.96 | 12.09 | 84.55 | - |
| YUV | 79.83 | 218.95 | 85.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 79 | 241 | 0.92 | 0.67 | 0 | 0.05 | 223.98 | 0.89 | 0.51 |
| Hex | 14 | 4F | F1 | 5C | 43 | 0 | 5 | E0 | 59 | 33 |
| Octal | 24 | 117 | 361 | 134 | 103 | 0 | 5 | 340 | 131 | 63 |
| Binary | 10100 | 1001111 | 11110001 | 1011100 | 1000011 | 0 | 101 | 11100000 | 1011001 | 110011 |
Color Harmonies of #144FF1
Complementary color
Monochromatic Colors of #144FF1
Black with #144FF1
Text Example
Text Example
White with #144FF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #144FF1; }
p { color: rgb(20,79,241); }
H1.HeaderClassName
{
color: #144FF1;
}
.AnyTagClassName
{
color: #144FF1;
}
</style>
background-color css
<style>
a { background-color: #144FF1; }
a { background-color: rgb(20,79,241); }
div.DivClassName
{
background-color: #144FF1;
}
.BgClassName
{
background-color: #144FF1;
}
</style>
border-color css
<style>
span { border-color: #144FF1; }
span { border-color: rgb(20,79,241); }
td.TdClassName
{
border-color: #144FF1;
}
.TagClassName
{
border-color: #144FF1;
}
</style>