Shades of Endeavour #146293
Tints of Endeavour #146293
RGB
CMYK
RGB Variations
Color information
#146293 (or 0x146293) is known color: Endeavour. HEX triplet: 14, 62 and 93. RGB value is (20,98,147). Sum of RGB (Red+Green+Blue) = 20+98+147=265 (35% of max value = 765). Red value is 20 (8.20% from 255 or 7.55% from 265); Green value is 98 (38.67% from 255 or 36.98% from 265); Blue value is 147 (57.81% from 255 or 55.47% from 265); Max value from RGB is 147 - color contains mainly: blue. Hex color #146293 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #146293 is #EB9D6C. Grayscale: #4F4F4F. Windows color (decimal): -15441261 or 9658900. OLE color: 9658900.
HSL color Cylindrical-coordinate representation of color #146293: hue angle of 203.15º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #146293 is Cyan = 0.86, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 20 | 98 | 147 | - |
| CMYK | 0.86 | 0.33 | 0 | 0.42 |
| HSL | 203.15º | 0.76% | 0.33% | - |
| HSV(B) | 203.15º | 0.86% | 0.58% | - |
| XYZ | 9.92 | 10.99 | 29.2 | - |
| YUV | 80.26 | 165.66 | 85.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 98 | 147 | 0.86 | 0.33 | 0 | 0.42 | 203.15 | 0.76 | 0.33 |
| Hex | 14 | 62 | 93 | 56 | 21 | 0 | 2A | CB | 4C | 21 |
| Octal | 24 | 142 | 223 | 126 | 41 | 0 | 52 | 313 | 114 | 41 |
| Binary | 10100 | 1100010 | 10010011 | 1010110 | 100001 | 0 | 101010 | 11001011 | 1001100 | 100001 |
Color Harmonies of #146293
Complementary color
Monochromatic Colors of #146293
Black with #146293
Text Example
Text Example
White with #146293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #146293; }
p { color: rgb(20,98,147); }
H1.HeaderClassName
{
color: #146293;
}
.AnyTagClassName
{
color: #146293;
}
</style>
background-color css
<style>
a { background-color: #146293; }
a { background-color: rgb(20,98,147); }
div.DivClassName
{
background-color: #146293;
}
.BgClassName
{
background-color: #146293;
}
</style>
border-color css
<style>
span { border-color: #146293; }
span { border-color: rgb(20,98,147); }
td.TdClassName
{
border-color: #146293;
}
.TagClassName
{
border-color: #146293;
}
</style>