Shades of Endeavour #145F93
Tints of Endeavour #145F93
RGB
CMYK
RGB Variations
Color information
#145F93 (or 0x145F93) is known color: Endeavour. HEX triplet: 14, 5F and 93. RGB value is (20,95,147). Sum of RGB (Red+Green+Blue) = 20+95+147=262 (34% of max value = 765). Red value is 20 (8.20% from 255 or 7.63% from 262); Green value is 95 (37.5% from 255 or 36.26% from 262); Blue value is 147 (57.81% from 255 or 56.11% from 262); Max value from RGB is 147 - color contains mainly: blue. Hex color #145F93 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #145F93 is #EBA06C. Grayscale: #4E4E4E. Windows color (decimal): -15442029 or 9658132. OLE color: 9658132.
HSL color Cylindrical-coordinate representation of color #145F93: hue angle of 204.57º 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 #145F93 is Cyan = 0.86, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 20 | 95 | 147 | - |
| CMYK | 0.86 | 0.35 | 0 | 0.42 |
| HSL | 204.57º | 0.76% | 0.33% | - |
| HSV(B) | 204.57º | 0.86% | 0.58% | - |
| XYZ | 9.65 | 10.44 | 29.11 | - |
| YUV | 78.5 | 166.65 | 86.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 95 | 147 | 0.86 | 0.35 | 0 | 0.42 | 204.57 | 0.76 | 0.33 |
| Hex | 14 | 5F | 93 | 56 | 23 | 0 | 2A | CD | 4C | 21 |
| Octal | 24 | 137 | 223 | 126 | 43 | 0 | 52 | 315 | 114 | 41 |
| Binary | 10100 | 1011111 | 10010011 | 1010110 | 100011 | 0 | 101010 | 11001101 | 1001100 | 100001 |
Color Harmonies of #145F93
Complementary color
Monochromatic Colors of #145F93
Black with #145F93
Text Example
Text Example
White with #145F93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #145F93; }
p { color: rgb(20,95,147); }
H1.HeaderClassName
{
color: #145F93;
}
.AnyTagClassName
{
color: #145F93;
}
</style>
background-color css
<style>
a { background-color: #145F93; }
a { background-color: rgb(20,95,147); }
div.DivClassName
{
background-color: #145F93;
}
.BgClassName
{
background-color: #145F93;
}
</style>
border-color css
<style>
span { border-color: #145F93; }
span { border-color: rgb(20,95,147); }
td.TdClassName
{
border-color: #145F93;
}
.TagClassName
{
border-color: #145F93;
}
</style>