Shades of Endeavour #145F90
Tints of Endeavour #145F90
RGB
CMYK
RGB Variations
Color information
#145F90 (or 0x145F90) is known color: Endeavour. HEX triplet: 14, 5F and 90. RGB value is (20,95,144). Sum of RGB (Red+Green+Blue) = 20+95+144=259 (34% of max value = 765). Red value is 20 (8.20% from 255 or 7.72% from 259); Green value is 95 (37.5% from 255 or 36.68% from 259); Blue value is 144 (56.64% from 255 or 55.60% from 259); Max value from RGB is 144 - color contains mainly: blue. Hex color #145F90 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #145F90 is #EBA06F. Grayscale: #4D4D4D. Windows color (decimal): -15442032 or 9461524. OLE color: 9461524.
HSL color Cylindrical-coordinate representation of color #145F90: hue angle of 203.71º degrees, saturation: 0.76, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #145F90 is Cyan = 0.86, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 20 | 95 | 144 | - |
| CMYK | 0.86 | 0.34 | 0 | 0.44 |
| HSL | 203.71º | 0.76% | 0.32% | - |
| HSV(B) | 203.71º | 0.86% | 0.56% | - |
| XYZ | 9.41 | 10.35 | 27.89 | - |
| YUV | 78.16 | 165.15 | 86.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 95 | 144 | 0.86 | 0.34 | 0 | 0.44 | 203.71 | 0.76 | 0.32 |
| Hex | 14 | 5F | 90 | 56 | 22 | 0 | 2C | CC | 4C | 20 |
| Octal | 24 | 137 | 220 | 126 | 42 | 0 | 54 | 314 | 114 | 40 |
| Binary | 10100 | 1011111 | 10010000 | 1010110 | 100010 | 0 | 101100 | 11001100 | 1001100 | 100000 |
Color Harmonies of #145F90
Complementary color
Monochromatic Colors of #145F90
Black with #145F90
Text Example
Text Example
White with #145F90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #145F90; }
p { color: rgb(20,95,144); }
H1.HeaderClassName
{
color: #145F90;
}
.AnyTagClassName
{
color: #145F90;
}
</style>
background-color css
<style>
a { background-color: #145F90; }
a { background-color: rgb(20,95,144); }
div.DivClassName
{
background-color: #145F90;
}
.BgClassName
{
background-color: #145F90;
}
</style>
border-color css
<style>
span { border-color: #145F90; }
span { border-color: rgb(20,95,144); }
td.TdClassName
{
border-color: #145F90;
}
.TagClassName
{
border-color: #145F90;
}
</style>