Shades of Navy Blue #144BF0
Tints of Navy Blue #144BF0
RGB
CMYK
RGB Variations
Color information
#144BF0 (or 0x144BF0) is known color: Navy Blue. HEX triplet: 14, 4B and F0. RGB value is (20,75,240). Sum of RGB (Red+Green+Blue) = 20+75+240=335 (44% of max value = 765). Red value is 20 (8.20% from 255 or 5.97% from 335); Green value is 75 (29.69% from 255 or 22.39% from 335); Blue value is 240 (94.14% from 255 or 71.64% from 335); Max value from RGB is 240 - color contains mainly: blue. Hex color #144BF0 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #144BF0 is #EBB40F. Grayscale: #4C4C4C. Windows color (decimal): -15447056 or 15747860. OLE color: 15747860.
HSL color Cylindrical-coordinate representation of color #144BF0: hue angle of 225º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #144BF0 is Cyan = 0.92, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 20 | 75 | 240 | - |
| CMYK | 0.92 | 0.69 | 0 | 0.06 |
| HSL | 225º | 0.88% | 0.51% | - |
| HSV(B) | 225º | 0.92% | 0.94% | - |
| XYZ | 18.53 | 11.47 | 83.68 | - |
| YUV | 77.37 | 219.78 | 87.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 75 | 240 | 0.92 | 0.69 | 0 | 0.06 | 225 | 0.88 | 0.51 |
| Hex | 14 | 4B | F0 | 5C | 45 | 0 | 6 | E1 | 58 | 33 |
| Octal | 24 | 113 | 360 | 134 | 105 | 0 | 6 | 341 | 130 | 63 |
| Binary | 10100 | 1001011 | 11110000 | 1011100 | 1000101 | 0 | 110 | 11100001 | 1011000 | 110011 |
Color Harmonies of #144BF0
Complementary color
Monochromatic Colors of #144BF0
Black with #144BF0
Text Example
Text Example
White with #144BF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #144BF0; }
p { color: rgb(20,75,240); }
H1.HeaderClassName
{
color: #144BF0;
}
.AnyTagClassName
{
color: #144BF0;
}
</style>
background-color css
<style>
a { background-color: #144BF0; }
a { background-color: rgb(20,75,240); }
div.DivClassName
{
background-color: #144BF0;
}
.BgClassName
{
background-color: #144BF0;
}
</style>
border-color css
<style>
span { border-color: #144BF0; }
span { border-color: rgb(20,75,240); }
td.TdClassName
{
border-color: #144BF0;
}
.TagClassName
{
border-color: #144BF0;
}
</style>