Shades of Navy Blue #144CEB
Tints of Navy Blue #144CEB
RGB
CMYK
RGB Variations
Color information
#144CEB (or 0x144CEB) is known color: Navy Blue. HEX triplet: 14, 4C and EB. RGB value is (20,76,235). Sum of RGB (Red+Green+Blue) = 20+76+235=331 (43% of max value = 765). Red value is 20 (8.20% from 255 or 6.04% from 331); Green value is 76 (30.08% from 255 or 22.96% from 331); Blue value is 235 (92.19% from 255 or 71.00% from 331); Max value from RGB is 235 - color contains mainly: blue. Hex color #144CEB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #144CEB is #EBB314. Grayscale: #4C4C4C. Windows color (decimal): -15446805 or 15420436. OLE color: 15420436.
HSL color Cylindrical-coordinate representation of color #144CEB: hue angle of 224.37º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #144CEB is Cyan = 0.91, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 20 | 76 | 235 | - |
| CMYK | 0.91 | 0.68 | 0 | 0.08 |
| HSL | 224.37º | 0.84% | 0.5% | - |
| HSV(B) | 224.37º | 0.91% | 0.92% | - |
| XYZ | 17.87 | 11.32 | 79.84 | - |
| YUV | 77.38 | 216.95 | 87.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 76 | 235 | 0.91 | 0.68 | 0 | 0.08 | 224.37 | 0.84 | 0.5 |
| Hex | 14 | 4C | EB | 5B | 44 | 0 | 8 | E0 | 54 | 32 |
| Octal | 24 | 114 | 353 | 133 | 104 | 0 | 10 | 340 | 124 | 62 |
| Binary | 10100 | 1001100 | 11101011 | 1011011 | 1000100 | 0 | 1000 | 11100000 | 1010100 | 110010 |
Color Harmonies of #144CEB
Complementary color
Monochromatic Colors of #144CEB
Black with #144CEB
Text Example
Text Example
White with #144CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #144CEB; }
p { color: rgb(20,76,235); }
H1.HeaderClassName
{
color: #144CEB;
}
.AnyTagClassName
{
color: #144CEB;
}
</style>
background-color css
<style>
a { background-color: #144CEB; }
a { background-color: rgb(20,76,235); }
div.DivClassName
{
background-color: #144CEB;
}
.BgClassName
{
background-color: #144CEB;
}
</style>
border-color css
<style>
span { border-color: #144CEB; }
span { border-color: rgb(20,76,235); }
td.TdClassName
{
border-color: #144CEB;
}
.TagClassName
{
border-color: #144CEB;
}
</style>