Shades of Endeavour #14629B
Tints of Endeavour #14629B
RGB
CMYK
RGB Variations
Color information
#14629B (or 0x14629B) is known color: Endeavour. HEX triplet: 14, 62 and 9B. RGB value is (20,98,155). Sum of RGB (Red+Green+Blue) = 20+98+155=273 (36% of max value = 765). Red value is 20 (8.20% from 255 or 7.33% from 273); Green value is 98 (38.67% from 255 or 35.90% from 273); Blue value is 155 (60.94% from 255 or 56.78% from 273); Max value from RGB is 155 - color contains mainly: blue. Hex color #14629B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #14629B is #EB9D64. Grayscale: #505050. Windows color (decimal): -15441253 or 10183188. OLE color: 10183188.
HSL color Cylindrical-coordinate representation of color #14629B: hue angle of 205.33º degrees, saturation: 0.77, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #14629B is Cyan = 0.87, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 20 | 98 | 155 | - |
| CMYK | 0.87 | 0.37 | 0 | 0.39 |
| HSL | 205.33º | 0.77% | 0.34% | - |
| HSV(B) | 205.33º | 0.87% | 0.61% | - |
| XYZ | 10.57 | 11.25 | 32.62 | - |
| YUV | 81.18 | 169.66 | 84.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 98 | 155 | 0.87 | 0.37 | 0 | 0.39 | 205.33 | 0.77 | 0.34 |
| Hex | 14 | 62 | 9B | 57 | 25 | 0 | 27 | CD | 4D | 22 |
| Octal | 24 | 142 | 233 | 127 | 45 | 0 | 47 | 315 | 115 | 42 |
| Binary | 10100 | 1100010 | 10011011 | 1010111 | 100101 | 0 | 100111 | 11001101 | 1001101 | 100010 |
Color Harmonies of #14629B
Complementary color
Monochromatic Colors of #14629B
Black with #14629B
Text Example
Text Example
White with #14629B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14629B; }
p { color: rgb(20,98,155); }
H1.HeaderClassName
{
color: #14629B;
}
.AnyTagClassName
{
color: #14629B;
}
</style>
background-color css
<style>
a { background-color: #14629B; }
a { background-color: rgb(20,98,155); }
div.DivClassName
{
background-color: #14629B;
}
.BgClassName
{
background-color: #14629B;
}
</style>
border-color css
<style>
span { border-color: #14629B; }
span { border-color: rgb(20,98,155); }
td.TdClassName
{
border-color: #14629B;
}
.TagClassName
{
border-color: #14629B;
}
</style>