Shades of Endeavour #15529B
Tints of Endeavour #15529B
RGB
CMYK
RGB Variations
Color information
#15529B (or 0x15529B) is known color: Endeavour. HEX triplet: 15, 52 and 9B. RGB value is (21,82,155). Sum of RGB (Red+Green+Blue) = 21+82+155=258 (34% of max value = 765). Red value is 21 (8.59% from 255 or 8.14% from 258); Green value is 82 (32.42% from 255 or 31.78% from 258); Blue value is 155 (60.94% from 255 or 60.08% from 258); Max value from RGB is 155 - color contains mainly: blue. Hex color #15529B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #15529B is #EAAD64. Grayscale: #474747. Windows color (decimal): -15379813 or 10179093. OLE color: 10179093.
HSL color Cylindrical-coordinate representation of color #15529B: hue angle of 212.69º 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 #15529B is Cyan = 0.86, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 21 | 82 | 155 | - |
| CMYK | 0.86 | 0.47 | 0 | 0.39 |
| HSL | 212.69º | 0.76% | 0.35% | - |
| HSV(B) | 212.69º | 0.86% | 0.61% | - |
| XYZ | 9.24 | 8.56 | 32.18 | - |
| YUV | 72.08 | 174.79 | 91.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 82 | 155 | 0.86 | 0.47 | 0 | 0.39 | 212.69 | 0.76 | 0.35 |
| Hex | 15 | 52 | 9B | 56 | 2F | 0 | 27 | D5 | 4C | 23 |
| Octal | 25 | 122 | 233 | 126 | 57 | 0 | 47 | 325 | 114 | 43 |
| Binary | 10101 | 1010010 | 10011011 | 1010110 | 101111 | 0 | 100111 | 11010101 | 1001100 | 100011 |
Color Harmonies of #15529B
Complementary color
Monochromatic Colors of #15529B
Black with #15529B
Text Example
Text Example
White with #15529B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15529B; }
p { color: rgb(21,82,155); }
H1.HeaderClassName
{
color: #15529B;
}
.AnyTagClassName
{
color: #15529B;
}
</style>
background-color css
<style>
a { background-color: #15529B; }
a { background-color: rgb(21,82,155); }
div.DivClassName
{
background-color: #15529B;
}
.BgClassName
{
background-color: #15529B;
}
</style>
border-color css
<style>
span { border-color: #15529B; }
span { border-color: rgb(21,82,155); }
td.TdClassName
{
border-color: #15529B;
}
.TagClassName
{
border-color: #15529B;
}
</style>