Shades of Navy Blue #144CE8
Tints of Navy Blue #144CE8
RGB
CMYK
RGB Variations
Color information
#144CE8 (or 0x144CE8) is known color: Navy Blue. HEX triplet: 14, 4C and E8. RGB value is (20,76,232). Sum of RGB (Red+Green+Blue) = 20+76+232=328 (43% of max value = 765). Red value is 20 (8.20% from 255 or 6.10% from 328); Green value is 76 (30.08% from 255 or 23.17% from 328); Blue value is 232 (91.02% from 255 or 70.73% from 328); Max value from RGB is 232 - color contains mainly: blue. Hex color #144CE8 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #144CE8 is #EBB317. Grayscale: #4C4C4C. Windows color (decimal): -15446808 or 15223828. OLE color: 15223828.
HSL color Cylindrical-coordinate representation of color #144CE8: hue angle of 224.15º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #144CE8 is Cyan = 0.91, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 20 | 76 | 232 | - |
| CMYK | 0.91 | 0.67 | 0 | 0.09 |
| HSL | 224.15º | 0.84% | 0.49% | - |
| HSV(B) | 224.15º | 0.91% | 0.91% | - |
| XYZ | 17.44 | 11.14 | 77.58 | - |
| YUV | 77.04 | 215.45 | 87.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 76 | 232 | 0.91 | 0.67 | 0 | 0.09 | 224.15 | 0.84 | 0.49 |
| Hex | 14 | 4C | E8 | 5B | 43 | 0 | 9 | E0 | 54 | 31 |
| Octal | 24 | 114 | 350 | 133 | 103 | 0 | 11 | 340 | 124 | 61 |
| Binary | 10100 | 1001100 | 11101000 | 1011011 | 1000011 | 0 | 1001 | 11100000 | 1010100 | 110001 |
Color Harmonies of #144CE8
Complementary color
Monochromatic Colors of #144CE8
Black with #144CE8
Text Example
Text Example
White with #144CE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #144CE8; }
p { color: rgb(20,76,232); }
H1.HeaderClassName
{
color: #144CE8;
}
.AnyTagClassName
{
color: #144CE8;
}
</style>
background-color css
<style>
a { background-color: #144CE8; }
a { background-color: rgb(20,76,232); }
div.DivClassName
{
background-color: #144CE8;
}
.BgClassName
{
background-color: #144CE8;
}
</style>
border-color css
<style>
span { border-color: #144CE8; }
span { border-color: rgb(20,76,232); }
td.TdClassName
{
border-color: #144CE8;
}
.TagClassName
{
border-color: #144CE8;
}
</style>