Shades of Endeavour #145597
Tints of Endeavour #145597
RGB
CMYK
RGB Variations
Color information
#145597 (or 0x145597) is known color: Endeavour. HEX triplet: 14, 55 and 97. RGB value is (20,85,151). Sum of RGB (Red+Green+Blue) = 20+85+151=256 (33% of max value = 765). Red value is 20 (8.20% from 255 or 7.81% from 256); Green value is 85 (33.59% from 255 or 33.20% from 256); Blue value is 151 (59.38% from 255 or 58.98% from 256); Max value from RGB is 151 - color contains mainly: blue. Hex color #145597 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #145597 is #EBAA68. Grayscale: #484848. Windows color (decimal): -15444585 or 9917716. OLE color: 9917716.
HSL color Cylindrical-coordinate representation of color #145597: hue angle of 210.23º degrees, saturation: 0.77, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #145597 is Cyan = 0.87, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 20 | 85 | 151 | - |
| CMYK | 0.87 | 0.44 | 0 | 0.41 |
| HSL | 210.23º | 0.77% | 0.34% | - |
| HSV(B) | 210.23º | 0.87% | 0.59% | - |
| XYZ | 9.12 | 8.88 | 30.51 | - |
| YUV | 73.09 | 171.97 | 90.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 85 | 151 | 0.87 | 0.44 | 0 | 0.41 | 210.23 | 0.77 | 0.34 |
| Hex | 14 | 55 | 97 | 57 | 2C | 0 | 29 | D2 | 4D | 22 |
| Octal | 24 | 125 | 227 | 127 | 54 | 0 | 51 | 322 | 115 | 42 |
| Binary | 10100 | 1010101 | 10010111 | 1010111 | 101100 | 0 | 101001 | 11010010 | 1001101 | 100010 |
Color Harmonies of #145597
Complementary color
Monochromatic Colors of #145597
Black with #145597
Text Example
Text Example
White with #145597
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #145597; }
p { color: rgb(20,85,151); }
H1.HeaderClassName
{
color: #145597;
}
.AnyTagClassName
{
color: #145597;
}
</style>
background-color css
<style>
a { background-color: #145597; }
a { background-color: rgb(20,85,151); }
div.DivClassName
{
background-color: #145597;
}
.BgClassName
{
background-color: #145597;
}
</style>
border-color css
<style>
span { border-color: #145597; }
span { border-color: rgb(20,85,151); }
td.TdClassName
{
border-color: #145597;
}
.TagClassName
{
border-color: #145597;
}
</style>