Shades of Endeavour #145296
Tints of Endeavour #145296
RGB
CMYK
RGB Variations
Color information
#145296 (or 0x145296) is known color: Endeavour. HEX triplet: 14, 52 and 96. RGB value is (20,82,150). Sum of RGB (Red+Green+Blue) = 20+82+150=252 (33% of max value = 765). Red value is 20 (8.20% from 255 or 7.94% from 252); Green value is 82 (32.42% from 255 or 32.54% from 252); Blue value is 150 (58.98% from 255 or 59.52% from 252); Max value from RGB is 150 - color contains mainly: blue. Hex color #145296 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #145296 is #EBAD69. Grayscale: #464646. Windows color (decimal): -15445354 or 9851412. OLE color: 9851412.
HSL color Cylindrical-coordinate representation of color #145296: hue angle of 211.38º 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 #145296 is Cyan = 0.87, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 20 | 82 | 150 | - |
| CMYK | 0.87 | 0.45 | 0 | 0.41 |
| HSL | 211.38º | 0.76% | 0.33% | - |
| HSV(B) | 211.38º | 0.87% | 0.59% | - |
| XYZ | 8.81 | 8.39 | 30.01 | - |
| YUV | 71.21 | 172.46 | 91.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 82 | 150 | 0.87 | 0.45 | 0 | 0.41 | 211.38 | 0.76 | 0.33 |
| Hex | 14 | 52 | 96 | 57 | 2D | 0 | 29 | D3 | 4C | 21 |
| Octal | 24 | 122 | 226 | 127 | 55 | 0 | 51 | 323 | 114 | 41 |
| Binary | 10100 | 1010010 | 10010110 | 1010111 | 101101 | 0 | 101001 | 11010011 | 1001100 | 100001 |
Color Harmonies of #145296
Complementary color
Monochromatic Colors of #145296
Black with #145296
Text Example
Text Example
White with #145296
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #145296; }
p { color: rgb(20,82,150); }
H1.HeaderClassName
{
color: #145296;
}
.AnyTagClassName
{
color: #145296;
}
</style>
background-color css
<style>
a { background-color: #145296; }
a { background-color: rgb(20,82,150); }
div.DivClassName
{
background-color: #145296;
}
.BgClassName
{
background-color: #145296;
}
</style>
border-color css
<style>
span { border-color: #145296; }
span { border-color: rgb(20,82,150); }
td.TdClassName
{
border-color: #145296;
}
.TagClassName
{
border-color: #145296;
}
</style>