Shades of Endeavour #145F92
Tints of Endeavour #145F92
RGB
CMYK
RGB Variations
Color information
#145F92 (or 0x145F92) is known color: Endeavour. HEX triplet: 14, 5F and 92. RGB value is (20,95,146). Sum of RGB (Red+Green+Blue) = 20+95+146=261 (34% of max value = 765). Red value is 20 (8.20% from 255 or 7.66% from 261); Green value is 95 (37.5% from 255 or 36.40% from 261); Blue value is 146 (57.42% from 255 or 55.94% from 261); Max value from RGB is 146 - color contains mainly: blue. Hex color #145F92 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #145F92 is #EBA06D. Grayscale: #4E4E4E. Windows color (decimal): -15442030 or 9592596. OLE color: 9592596.
HSL color Cylindrical-coordinate representation of color #145F92: hue angle of 204.29º 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 #145F92 is Cyan = 0.86, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 20 | 95 | 146 | - |
| CMYK | 0.86 | 0.35 | 0 | 0.43 |
| HSL | 204.29º | 0.76% | 0.33% | - |
| HSV(B) | 204.29º | 0.86% | 0.57% | - |
| XYZ | 9.57 | 10.41 | 28.7 | - |
| YUV | 78.39 | 166.15 | 86.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 95 | 146 | 0.86 | 0.35 | 0 | 0.43 | 204.29 | 0.76 | 0.33 |
| Hex | 14 | 5F | 92 | 56 | 23 | 0 | 2B | CC | 4C | 21 |
| Octal | 24 | 137 | 222 | 126 | 43 | 0 | 53 | 314 | 114 | 41 |
| Binary | 10100 | 1011111 | 10010010 | 1010110 | 100011 | 0 | 101011 | 11001100 | 1001100 | 100001 |
Color Harmonies of #145F92
Complementary color
Monochromatic Colors of #145F92
Black with #145F92
Text Example
Text Example
White with #145F92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #145F92; }
p { color: rgb(20,95,146); }
H1.HeaderClassName
{
color: #145F92;
}
.AnyTagClassName
{
color: #145F92;
}
</style>
background-color css
<style>
a { background-color: #145F92; }
a { background-color: rgb(20,95,146); }
div.DivClassName
{
background-color: #145F92;
}
.BgClassName
{
background-color: #145F92;
}
</style>
border-color css
<style>
span { border-color: #145F92; }
span { border-color: rgb(20,95,146); }
td.TdClassName
{
border-color: #145F92;
}
.TagClassName
{
border-color: #145F92;
}
</style>