Shades of Endeavour #145096
Tints of Endeavour #145096
RGB
CMYK
RGB Variations
Color information
#145096 (or 0x145096) is known color: Endeavour. HEX triplet: 14, 50 and 96. RGB value is (20,80,150). Sum of RGB (Red+Green+Blue) = 20+80+150=250 (33% of max value = 765). Red value is 20 (8.20% from 255 or 8% from 250); Green value is 80 (31.64% from 255 or 32% from 250); Blue value is 150 (58.98% from 255 or 60% from 250); Max value from RGB is 150 - color contains mainly: blue. Hex color #145096 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #145096 is #EBAF69. Grayscale: #454545. Windows color (decimal): -15445866 or 9850900. OLE color: 9850900.
HSL color Cylindrical-coordinate representation of color #145096: hue angle of 212.31º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #145096 is Cyan = 0.87, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 20 | 80 | 150 | - |
| CMYK | 0.87 | 0.47 | 0 | 0.41 |
| HSL | 212.31º | 0.76% | 0.33% | - |
| HSV(B) | 212.31º | 0.87% | 0.59% | - |
| XYZ | 8.66 | 8.09 | 29.96 | - |
| YUV | 70.04 | 173.12 | 92.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 80 | 150 | 0.87 | 0.47 | 0 | 0.41 | 212.31 | 0.76 | 0.33 |
| Hex | 14 | 50 | 96 | 57 | 2F | 0 | 29 | D4 | 4C | 21 |
| Octal | 24 | 120 | 226 | 127 | 57 | 0 | 51 | 324 | 114 | 41 |
| Binary | 10100 | 1010000 | 10010110 | 1010111 | 101111 | 0 | 101001 | 11010100 | 1001100 | 100001 |
Color Harmonies of #145096
Complementary color
Monochromatic Colors of #145096
Black with #145096
Text Example
Text Example
White with #145096
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #145096; }
p { color: rgb(20,80,150); }
H1.HeaderClassName
{
color: #145096;
}
.AnyTagClassName
{
color: #145096;
}
</style>
background-color css
<style>
a { background-color: #145096; }
a { background-color: rgb(20,80,150); }
div.DivClassName
{
background-color: #145096;
}
.BgClassName
{
background-color: #145096;
}
</style>
border-color css
<style>
span { border-color: #145096; }
span { border-color: rgb(20,80,150); }
td.TdClassName
{
border-color: #145096;
}
.TagClassName
{
border-color: #145096;
}
</style>