Shades of Endeavour #15629B
Tints of Endeavour #15629B
RGB
CMYK
RGB Variations
Color information
#15629B (or 0x15629B) is known color: Endeavour. HEX triplet: 15, 62 and 9B. RGB value is (21,98,155). Sum of RGB (Red+Green+Blue) = 21+98+155=274 (36% of max value = 765). Red value is 21 (8.59% from 255 or 7.66% from 274); Green value is 98 (38.67% from 255 or 35.77% from 274); Blue value is 155 (60.94% from 255 or 56.57% from 274); Max value from RGB is 155 - color contains mainly: blue. Hex color #15629B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #15629B is #EA9D64. Grayscale: #515151. Windows color (decimal): -15375717 or 10183189. OLE color: 10183189.
HSL color Cylindrical-coordinate representation of color #15629B: hue angle of 205.52º degrees, saturation: 0.76, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #15629B is Cyan = 0.86, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 21 | 98 | 155 | - |
| CMYK | 0.86 | 0.37 | 0 | 0.39 |
| HSL | 205.52º | 0.76% | 0.35% | - |
| HSV(B) | 205.52º | 0.86% | 0.61% | - |
| XYZ | 10.59 | 11.26 | 32.63 | - |
| YUV | 81.48 | 169.49 | 84.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 98 | 155 | 0.86 | 0.37 | 0 | 0.39 | 205.52 | 0.76 | 0.35 |
| Hex | 15 | 62 | 9B | 56 | 25 | 0 | 27 | CE | 4C | 23 |
| Octal | 25 | 142 | 233 | 126 | 45 | 0 | 47 | 316 | 114 | 43 |
| Binary | 10101 | 1100010 | 10011011 | 1010110 | 100101 | 0 | 100111 | 11001110 | 1001100 | 100011 |
Color Harmonies of #15629B
Complementary color
Monochromatic Colors of #15629B
Black with #15629B
Text Example
Text Example
White with #15629B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15629B; }
p { color: rgb(21,98,155); }
H1.HeaderClassName
{
color: #15629B;
}
.AnyTagClassName
{
color: #15629B;
}
</style>
background-color css
<style>
a { background-color: #15629B; }
a { background-color: rgb(21,98,155); }
div.DivClassName
{
background-color: #15629B;
}
.BgClassName
{
background-color: #15629B;
}
</style>
border-color css
<style>
span { border-color: #15629B; }
span { border-color: rgb(21,98,155); }
td.TdClassName
{
border-color: #15629B;
}
.TagClassName
{
border-color: #15629B;
}
</style>