Shades of Endeavour #145C96
Tints of Endeavour #145C96
RGB
CMYK
RGB Variations
Color information
#145C96 (or 0x145C96) is known color: Endeavour. HEX triplet: 14, 5C and 96. RGB value is (20,92,150). Sum of RGB (Red+Green+Blue) = 20+92+150=262 (34% of max value = 765). Red value is 20 (8.20% from 255 or 7.63% from 262); Green value is 92 (36.33% from 255 or 35.11% from 262); Blue value is 150 (58.98% from 255 or 57.25% from 262); Max value from RGB is 150 - color contains mainly: blue. Hex color #145C96 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #145C96 is #EBA369. Grayscale: #4C4C4C. Windows color (decimal): -15442794 or 9853972. OLE color: 9853972.
HSL color Cylindrical-coordinate representation of color #145C96: hue angle of 206.77º 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 #145C96 is Cyan = 0.87, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 20 | 92 | 150 | - |
| CMYK | 0.87 | 0.39 | 0 | 0.41 |
| HSL | 206.77º | 0.76% | 0.33% | - |
| HSV(B) | 206.77º | 0.87% | 0.59% | - |
| XYZ | 9.62 | 10.01 | 30.28 | - |
| YUV | 77.08 | 169.15 | 87.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 92 | 150 | 0.87 | 0.39 | 0 | 0.41 | 206.77 | 0.76 | 0.33 |
| Hex | 14 | 5C | 96 | 57 | 27 | 0 | 29 | CF | 4C | 21 |
| Octal | 24 | 134 | 226 | 127 | 47 | 0 | 51 | 317 | 114 | 41 |
| Binary | 10100 | 1011100 | 10010110 | 1010111 | 100111 | 0 | 101001 | 11001111 | 1001100 | 100001 |
Color Harmonies of #145C96
Complementary color
Monochromatic Colors of #145C96
Black with #145C96
Text Example
Text Example
White with #145C96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #145C96; }
p { color: rgb(20,92,150); }
H1.HeaderClassName
{
color: #145C96;
}
.AnyTagClassName
{
color: #145C96;
}
</style>
background-color css
<style>
a { background-color: #145C96; }
a { background-color: rgb(20,92,150); }
div.DivClassName
{
background-color: #145C96;
}
.BgClassName
{
background-color: #145C96;
}
</style>
border-color css
<style>
span { border-color: #145C96; }
span { border-color: rgb(20,92,150); }
td.TdClassName
{
border-color: #145C96;
}
.TagClassName
{
border-color: #145C96;
}
</style>