Shades of Navy Blue #144BEF
Tints of Navy Blue #144BEF
RGB
CMYK
RGB Variations
Color information
#144BEF (or 0x144BEF) is known color: Navy Blue. HEX triplet: 14, 4B and EF. RGB value is (20,75,239). Sum of RGB (Red+Green+Blue) = 20+75+239=334 (44% of max value = 765). Red value is 20 (8.20% from 255 or 5.99% from 334); Green value is 75 (29.69% from 255 or 22.46% from 334); Blue value is 239 (93.75% from 255 or 71.56% from 334); Max value from RGB is 239 - color contains mainly: blue. Hex color #144BEF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #144BEF is #EBB410. Grayscale: #4C4C4C. Windows color (decimal): -15447057 or 15682324. OLE color: 15682324.
HSL color Cylindrical-coordinate representation of color #144BEF: hue angle of 224.93º degrees, saturation: 0.87, 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 #144BEF is Cyan = 0.92, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 20 | 75 | 239 | - |
| CMYK | 0.92 | 0.69 | 0 | 0.06 |
| HSL | 224.93º | 0.87% | 0.51% | - |
| HSV(B) | 224.93º | 0.92% | 0.94% | - |
| XYZ | 18.38 | 11.41 | 82.9 | - |
| YUV | 77.25 | 219.28 | 87.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 75 | 239 | 0.92 | 0.69 | 0 | 0.06 | 224.93 | 0.87 | 0.51 |
| Hex | 14 | 4B | EF | 5C | 45 | 0 | 6 | E1 | 57 | 33 |
| Octal | 24 | 113 | 357 | 134 | 105 | 0 | 6 | 341 | 127 | 63 |
| Binary | 10100 | 1001011 | 11101111 | 1011100 | 1000101 | 0 | 110 | 11100001 | 1010111 | 110011 |
Color Harmonies of #144BEF
Complementary color
Monochromatic Colors of #144BEF
Black with #144BEF
Text Example
Text Example
White with #144BEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #144BEF; }
p { color: rgb(20,75,239); }
H1.HeaderClassName
{
color: #144BEF;
}
.AnyTagClassName
{
color: #144BEF;
}
</style>
background-color css
<style>
a { background-color: #144BEF; }
a { background-color: rgb(20,75,239); }
div.DivClassName
{
background-color: #144BEF;
}
.BgClassName
{
background-color: #144BEF;
}
</style>
border-color css
<style>
span { border-color: #144BEF; }
span { border-color: rgb(20,75,239); }
td.TdClassName
{
border-color: #144BEF;
}
.TagClassName
{
border-color: #144BEF;
}
</style>