Shades of Endeavour #144C94
Tints of Endeavour #144C94
RGB
CMYK
RGB Variations
Color information
#144C94 (or 0x144C94) is known color: Endeavour. HEX triplet: 14, 4C and 94. RGB value is (20,76,148). Sum of RGB (Red+Green+Blue) = 20+76+148=244 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.20% from 244); Green value is 76 (30.08% from 255 or 31.15% from 244); Blue value is 148 (58.20% from 255 or 60.66% from 244); Max value from RGB is 148 - color contains mainly: blue. Hex color #144C94 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #144C94 is #EBB36B. Grayscale: #434343. Windows color (decimal): -15446892 or 9718804. OLE color: 9718804.
HSL color Cylindrical-coordinate representation of color #144C94: hue angle of 213.75º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #144C94 is Cyan = 0.86, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 20 | 76 | 148 | - |
| CMYK | 0.86 | 0.49 | 0 | 0.42 |
| HSL | 213.75º | 0.76% | 0.33% | - |
| HSV(B) | 213.75º | 0.86% | 0.58% | - |
| XYZ | 8.22 | 7.46 | 29.02 | - |
| YUV | 67.46 | 173.45 | 94.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 76 | 148 | 0.86 | 0.49 | 0 | 0.42 | 213.75 | 0.76 | 0.33 |
| Hex | 14 | 4C | 94 | 56 | 31 | 0 | 2A | D6 | 4C | 21 |
| Octal | 24 | 114 | 224 | 126 | 61 | 0 | 52 | 326 | 114 | 41 |
| Binary | 10100 | 1001100 | 10010100 | 1010110 | 110001 | 0 | 101010 | 11010110 | 1001100 | 100001 |
Color Harmonies of #144C94
Complementary color
Monochromatic Colors of #144C94
Black with #144C94
Text Example
Text Example
White with #144C94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #144C94; }
p { color: rgb(20,76,148); }
H1.HeaderClassName
{
color: #144C94;
}
.AnyTagClassName
{
color: #144C94;
}
</style>
background-color css
<style>
a { background-color: #144C94; }
a { background-color: rgb(20,76,148); }
div.DivClassName
{
background-color: #144C94;
}
.BgClassName
{
background-color: #144C94;
}
</style>
border-color css
<style>
span { border-color: #144C94; }
span { border-color: rgb(20,76,148); }
td.TdClassName
{
border-color: #144C94;
}
.TagClassName
{
border-color: #144C94;
}
</style>