Shades of Endeavour #145992
Tints of Endeavour #145992
RGB
CMYK
RGB Variations
Color information
#145992 (or 0x145992) is known color: Endeavour. HEX triplet: 14, 59 and 92. RGB value is (20,89,146). Sum of RGB (Red+Green+Blue) = 20+89+146=255 (33% of max value = 765). Red value is 20 (8.20% from 255 or 7.84% from 255); Green value is 89 (35.16% from 255 or 34.90% from 255); Blue value is 146 (57.42% from 255 or 57.25% from 255); Max value from RGB is 146 - color contains mainly: blue. Hex color #145992 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #145992 is #EBA66D. Grayscale: #4A4A4A. Windows color (decimal): -15443566 or 9591060. OLE color: 9591060.
HSL color Cylindrical-coordinate representation of color #145992: hue angle of 207.14º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #145992 is Cyan = 0.86, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 20 | 89 | 146 | - |
| CMYK | 0.86 | 0.39 | 0 | 0.43 |
| HSL | 207.14º | 0.76% | 0.33% | - |
| HSV(B) | 207.14º | 0.86% | 0.57% | - |
| XYZ | 9.05 | 9.37 | 28.53 | - |
| YUV | 74.87 | 168.14 | 88.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 89 | 146 | 0.86 | 0.39 | 0 | 0.43 | 207.14 | 0.76 | 0.33 |
| Hex | 14 | 59 | 92 | 56 | 27 | 0 | 2B | CF | 4C | 21 |
| Octal | 24 | 131 | 222 | 126 | 47 | 0 | 53 | 317 | 114 | 41 |
| Binary | 10100 | 1011001 | 10010010 | 1010110 | 100111 | 0 | 101011 | 11001111 | 1001100 | 100001 |
Color Harmonies of #145992
Complementary color
Monochromatic Colors of #145992
Black with #145992
Text Example
Text Example
White with #145992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #145992; }
p { color: rgb(20,89,146); }
H1.HeaderClassName
{
color: #145992;
}
.AnyTagClassName
{
color: #145992;
}
</style>
background-color css
<style>
a { background-color: #145992; }
a { background-color: rgb(20,89,146); }
div.DivClassName
{
background-color: #145992;
}
.BgClassName
{
background-color: #145992;
}
</style>
border-color css
<style>
span { border-color: #145992; }
span { border-color: rgb(20,89,146); }
td.TdClassName
{
border-color: #145992;
}
.TagClassName
{
border-color: #145992;
}
</style>