Shades of Endeavour #144F95
Tints of Endeavour #144F95
RGB
CMYK
RGB Variations
Color information
#144F95 (or 0x144F95) is known color: Endeavour. HEX triplet: 14, 4F and 95. RGB value is (20,79,149). Sum of RGB (Red+Green+Blue) = 20+79+149=248 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.06% from 248); Green value is 79 (31.25% from 255 or 31.85% from 248); Blue value is 149 (58.59% from 255 or 60.08% from 248); Max value from RGB is 149 - color contains mainly: blue. Hex color #144F95 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #144F95 is #EBB06A. Grayscale: #454545. Windows color (decimal): -15446123 or 9785108. OLE color: 9785108.
HSL color Cylindrical-coordinate representation of color #144F95: hue angle of 212.56º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #144F95 is Cyan = 0.87, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 20 | 79 | 149 | - |
| CMYK | 0.87 | 0.47 | 0 | 0.42 |
| HSL | 212.56º | 0.76% | 0.33% | - |
| HSV(B) | 212.56º | 0.87% | 0.58% | - |
| XYZ | 8.51 | 7.91 | 29.51 | - |
| YUV | 69.34 | 172.95 | 92.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 79 | 149 | 0.87 | 0.47 | 0 | 0.42 | 212.56 | 0.76 | 0.33 |
| Hex | 14 | 4F | 95 | 57 | 2F | 0 | 2A | D5 | 4C | 21 |
| Octal | 24 | 117 | 225 | 127 | 57 | 0 | 52 | 325 | 114 | 41 |
| Binary | 10100 | 1001111 | 10010101 | 1010111 | 101111 | 0 | 101010 | 11010101 | 1001100 | 100001 |
Color Harmonies of #144F95
Complementary color
Monochromatic Colors of #144F95
Black with #144F95
Text Example
Text Example
White with #144F95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #144F95; }
p { color: rgb(20,79,149); }
H1.HeaderClassName
{
color: #144F95;
}
.AnyTagClassName
{
color: #144F95;
}
</style>
background-color css
<style>
a { background-color: #144F95; }
a { background-color: rgb(20,79,149); }
div.DivClassName
{
background-color: #144F95;
}
.BgClassName
{
background-color: #144F95;
}
</style>
border-color css
<style>
span { border-color: #144F95; }
span { border-color: rgb(20,79,149); }
td.TdClassName
{
border-color: #144F95;
}
.TagClassName
{
border-color: #144F95;
}
</style>