Shades of Endeavour #145395
Tints of Endeavour #145395
RGB
CMYK
RGB Variations
Color information
#145395 (or 0x145395) is known color: Endeavour. HEX triplet: 14, 53 and 95. RGB value is (20,83,149). Sum of RGB (Red+Green+Blue) = 20+83+149=252 (33% of max value = 765). Red value is 20 (8.20% from 255 or 7.94% from 252); Green value is 83 (32.81% from 255 or 32.94% from 252); Blue value is 149 (58.59% from 255 or 59.13% from 252); Max value from RGB is 149 - color contains mainly: blue. Hex color #145395 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #145395 is #EBAC6A. Grayscale: #474747. Windows color (decimal): -15445099 or 9786132. OLE color: 9786132.
HSL color Cylindrical-coordinate representation of color #145395: hue angle of 210.7º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #145395 is Cyan = 0.87, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 20 | 83 | 149 | - |
| CMYK | 0.87 | 0.44 | 0 | 0.42 |
| HSL | 210.7º | 0.76% | 0.33% | - |
| HSV(B) | 210.7º | 0.87% | 0.58% | - |
| XYZ | 8.81 | 8.51 | 29.61 | - |
| YUV | 71.69 | 171.63 | 91.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 83 | 149 | 0.87 | 0.44 | 0 | 0.42 | 210.7 | 0.76 | 0.33 |
| Hex | 14 | 53 | 95 | 57 | 2C | 0 | 2A | D3 | 4C | 21 |
| Octal | 24 | 123 | 225 | 127 | 54 | 0 | 52 | 323 | 114 | 41 |
| Binary | 10100 | 1010011 | 10010101 | 1010111 | 101100 | 0 | 101010 | 11010011 | 1001100 | 100001 |
Color Harmonies of #145395
Complementary color
Monochromatic Colors of #145395
Black with #145395
Text Example
Text Example
White with #145395
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #145395; }
p { color: rgb(20,83,149); }
H1.HeaderClassName
{
color: #145395;
}
.AnyTagClassName
{
color: #145395;
}
</style>
background-color css
<style>
a { background-color: #145395; }
a { background-color: rgb(20,83,149); }
div.DivClassName
{
background-color: #145395;
}
.BgClassName
{
background-color: #145395;
}
</style>
border-color css
<style>
span { border-color: #145395; }
span { border-color: rgb(20,83,149); }
td.TdClassName
{
border-color: #145395;
}
.TagClassName
{
border-color: #145395;
}
</style>