Shades of Navy Blue #144BF1
Tints of Navy Blue #144BF1
RGB
CMYK
RGB Variations
Color information
#144BF1 (or 0x144BF1) is known color: Navy Blue. HEX triplet: 14, 4B and F1. RGB value is (20,75,241). Sum of RGB (Red+Green+Blue) = 20+75+241=336 (44% of max value = 765). Red value is 20 (8.20% from 255 or 5.95% from 336); Green value is 75 (29.69% from 255 or 22.32% from 336); Blue value is 241 (94.53% from 255 or 71.73% from 336); Max value from RGB is 241 - color contains mainly: blue. Hex color #144BF1 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #144BF1 is #EBB40E. Grayscale: #4C4C4C. Windows color (decimal): -15447055 or 15813396. OLE color: 15813396.
HSL color Cylindrical-coordinate representation of color #144BF1: hue angle of 225.07º 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 #144BF1 is Cyan = 0.92, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 20 | 75 | 241 | - |
| CMYK | 0.92 | 0.69 | 0 | 0.05 |
| HSL | 225.07º | 0.89% | 0.51% | - |
| HSV(B) | 225.07º | 0.92% | 0.95% | - |
| XYZ | 18.68 | 11.53 | 84.46 | - |
| YUV | 77.48 | 220.28 | 87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 75 | 241 | 0.92 | 0.69 | 0 | 0.05 | 225.07 | 0.89 | 0.51 |
| Hex | 14 | 4B | F1 | 5C | 45 | 0 | 5 | E1 | 59 | 33 |
| Octal | 24 | 113 | 361 | 134 | 105 | 0 | 5 | 341 | 131 | 63 |
| Binary | 10100 | 1001011 | 11110001 | 1011100 | 1000101 | 0 | 101 | 11100001 | 1011001 | 110011 |
Color Harmonies of #144BF1
Complementary color
Monochromatic Colors of #144BF1
Black with #144BF1
Text Example
Text Example
White with #144BF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #144BF1; }
p { color: rgb(20,75,241); }
H1.HeaderClassName
{
color: #144BF1;
}
.AnyTagClassName
{
color: #144BF1;
}
</style>
background-color css
<style>
a { background-color: #144BF1; }
a { background-color: rgb(20,75,241); }
div.DivClassName
{
background-color: #144BF1;
}
.BgClassName
{
background-color: #144BF1;
}
</style>
border-color css
<style>
span { border-color: #144BF1; }
span { border-color: rgb(20,75,241); }
td.TdClassName
{
border-color: #144BF1;
}
.TagClassName
{
border-color: #144BF1;
}
</style>