Shades of Navy Blue #144FE7
Tints of Navy Blue #144FE7
RGB
CMYK
RGB Variations
Color information
#144FE7 (or 0x144FE7) is known color: Navy Blue. HEX triplet: 14, 4F and E7. RGB value is (20,79,231). Sum of RGB (Red+Green+Blue) = 20+79+231=330 (43% of max value = 765). Red value is 20 (8.20% from 255 or 6.06% from 330); Green value is 79 (31.25% from 255 or 23.94% from 330); Blue value is 231 (90.62% from 255 or 70% from 330); Max value from RGB is 231 - color contains mainly: blue. Hex color #144FE7 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #144FE7 is #EBB018. Grayscale: #4E4E4E. Windows color (decimal): -15446041 or 15159060. OLE color: 15159060.
HSL color Cylindrical-coordinate representation of color #144FE7: hue angle of 223.22º 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 #144FE7 is Cyan = 0.91, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 20 | 79 | 231 | - |
| CMYK | 0.91 | 0.66 | 0 | 0.09 |
| HSL | 223.22º | 0.84% | 0.49% | - |
| HSV(B) | 223.22º | 0.91% | 0.91% | - |
| XYZ | 17.51 | 11.51 | 76.9 | - |
| YUV | 78.69 | 213.95 | 86.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 79 | 231 | 0.91 | 0.66 | 0 | 0.09 | 223.22 | 0.84 | 0.49 |
| Hex | 14 | 4F | E7 | 5B | 42 | 0 | 9 | DF | 54 | 31 |
| Octal | 24 | 117 | 347 | 133 | 102 | 0 | 11 | 337 | 124 | 61 |
| Binary | 10100 | 1001111 | 11100111 | 1011011 | 1000010 | 0 | 1001 | 11011111 | 1010100 | 110001 |
Color Harmonies of #144FE7
Complementary color
Monochromatic Colors of #144FE7
Black with #144FE7
Text Example
Text Example
White with #144FE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #144FE7; }
p { color: rgb(20,79,231); }
H1.HeaderClassName
{
color: #144FE7;
}
.AnyTagClassName
{
color: #144FE7;
}
</style>
background-color css
<style>
a { background-color: #144FE7; }
a { background-color: rgb(20,79,231); }
div.DivClassName
{
background-color: #144FE7;
}
.BgClassName
{
background-color: #144FE7;
}
</style>
border-color css
<style>
span { border-color: #144FE7; }
span { border-color: rgb(20,79,231); }
td.TdClassName
{
border-color: #144FE7;
}
.TagClassName
{
border-color: #144FE7;
}
</style>