Shades of Navy Blue #144BF5
Tints of Navy Blue #144BF5
RGB
CMYK
RGB Variations
Color information
#144BF5 (or 0x144BF5) is known color: Navy Blue. HEX triplet: 14, 4B and F5. RGB value is (20,75,245). Sum of RGB (Red+Green+Blue) = 20+75+245=340 (45% of max value = 765). Red value is 20 (8.20% from 255 or 5.88% from 340); Green value is 75 (29.69% from 255 or 22.06% from 340); Blue value is 245 (96.09% from 255 or 72.06% from 340); Max value from RGB is 245 - color contains mainly: blue. Hex color #144BF5 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #144BF5 is #EBB40A. Grayscale: #4D4D4D. Windows color (decimal): -15447051 or 16075540. OLE color: 16075540.
HSL color Cylindrical-coordinate representation of color #144BF5: hue angle of 225.33º 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 #144BF5 is Cyan = 0.92, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 20 | 75 | 245 | - |
| CMYK | 0.92 | 0.69 | 0 | 0.04 |
| HSL | 225.33º | 0.92% | 0.52% | - |
| HSV(B) | 225.33º | 0.92% | 0.96% | - |
| XYZ | 19.29 | 11.77 | 87.64 | - |
| YUV | 77.94 | 222.28 | 86.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 75 | 245 | 0.92 | 0.69 | 0 | 0.04 | 225.33 | 0.92 | 0.52 |
| Hex | 14 | 4B | F5 | 5C | 45 | 0 | 4 | E1 | 5C | 34 |
| Octal | 24 | 113 | 365 | 134 | 105 | 0 | 4 | 341 | 134 | 64 |
| Binary | 10100 | 1001011 | 11110101 | 1011100 | 1000101 | 0 | 100 | 11100001 | 1011100 | 110100 |
Color Harmonies of #144BF5
Complementary color
Monochromatic Colors of #144BF5
Black with #144BF5
Text Example
Text Example
White with #144BF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #144BF5; }
p { color: rgb(20,75,245); }
H1.HeaderClassName
{
color: #144BF5;
}
.AnyTagClassName
{
color: #144BF5;
}
</style>
background-color css
<style>
a { background-color: #144BF5; }
a { background-color: rgb(20,75,245); }
div.DivClassName
{
background-color: #144BF5;
}
.BgClassName
{
background-color: #144BF5;
}
</style>
border-color css
<style>
span { border-color: #144BF5; }
span { border-color: rgb(20,75,245); }
td.TdClassName
{
border-color: #144BF5;
}
.TagClassName
{
border-color: #144BF5;
}
</style>