Shades of Endeavour #145291
Tints of Endeavour #145291
RGB
CMYK
RGB Variations
Color information
#145291 (or 0x145291) is known color: Endeavour. HEX triplet: 14, 52 and 91. RGB value is (20,82,145). Sum of RGB (Red+Green+Blue) = 20+82+145=247 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.10% from 247); Green value is 82 (32.42% from 255 or 33.20% from 247); Blue value is 145 (57.03% from 255 or 58.70% from 247); Max value from RGB is 145 - color contains mainly: blue. Hex color #145291 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #145291 is #EBAD6E. Grayscale: #464646. Windows color (decimal): -15445359 or 9523732. OLE color: 9523732.
HSL color Cylindrical-coordinate representation of color #145291: hue angle of 210.24º degrees, saturation: 0.76, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #145291 is Cyan = 0.86, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 20 | 82 | 145 | - |
| CMYK | 0.86 | 0.43 | 0 | 0.43 |
| HSL | 210.24º | 0.76% | 0.32% | - |
| HSV(B) | 210.24º | 0.86% | 0.57% | - |
| XYZ | 8.42 | 8.23 | 27.93 | - |
| YUV | 70.64 | 169.96 | 91.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 82 | 145 | 0.86 | 0.43 | 0 | 0.43 | 210.24 | 0.76 | 0.32 |
| Hex | 14 | 52 | 91 | 56 | 2B | 0 | 2B | D2 | 4C | 20 |
| Octal | 24 | 122 | 221 | 126 | 53 | 0 | 53 | 322 | 114 | 40 |
| Binary | 10100 | 1010010 | 10010001 | 1010110 | 101011 | 0 | 101011 | 11010010 | 1001100 | 100000 |
Color Harmonies of #145291
Complementary color
Monochromatic Colors of #145291
Black with #145291
Text Example
Text Example
White with #145291
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #145291; }
p { color: rgb(20,82,145); }
H1.HeaderClassName
{
color: #145291;
}
.AnyTagClassName
{
color: #145291;
}
</style>
background-color css
<style>
a { background-color: #145291; }
a { background-color: rgb(20,82,145); }
div.DivClassName
{
background-color: #145291;
}
.BgClassName
{
background-color: #145291;
}
</style>
border-color css
<style>
span { border-color: #145291; }
span { border-color: rgb(20,82,145); }
td.TdClassName
{
border-color: #145291;
}
.TagClassName
{
border-color: #145291;
}
</style>