Shades of Endeavour #21499D
Tints of Endeavour #21499D
RGB
CMYK
RGB Variations
Color information
#21499D (or 0x21499D) is known color: Endeavour. HEX triplet: 21, 49 and 9D. RGB value is (33,73,157). Sum of RGB (Red+Green+Blue) = 33+73+157=263 (34% of max value = 765). Red value is 33 (13.28% from 255 or 12.55% from 263); Green value is 73 (28.91% from 255 or 27.76% from 263); Blue value is 157 (61.72% from 255 or 59.70% from 263); Max value from RGB is 157 - color contains mainly: blue. Hex color #21499D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #21499D is #DEB662. Grayscale: #464646. Windows color (decimal): -14595683 or 10307873. OLE color: 10307873.
HSL color Cylindrical-coordinate representation of color #21499D: hue angle of 220.65º degrees, saturation: 0.65, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #21499D is Cyan = 0.79, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 33 | 73 | 157 | - |
| CMYK | 0.79 | 0.54 | 0 | 0.38 |
| HSL | 220.65º | 0.65% | 0.37% | - |
| HSV(B) | 220.65º | 0.79% | 0.62% | - |
| XYZ | 9.1 | 7.52 | 32.87 | - |
| YUV | 70.62 | 176.75 | 101.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 73 | 157 | 0.79 | 0.54 | 0 | 0.38 | 220.65 | 0.65 | 0.37 |
| Hex | 21 | 49 | 9D | 4F | 36 | 0 | 26 | DD | 41 | 25 |
| Octal | 41 | 111 | 235 | 117 | 66 | 0 | 46 | 335 | 101 | 45 |
| Binary | 100001 | 1001001 | 10011101 | 1001111 | 110110 | 0 | 100110 | 11011101 | 1000001 | 100101 |
Color Harmonies of #21499D
Complementary color
Monochromatic Colors of #21499D
Black with #21499D
Text Example
Text Example
White with #21499D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21499D; }
p { color: rgb(33,73,157); }
H1.HeaderClassName
{
color: #21499D;
}
.AnyTagClassName
{
color: #21499D;
}
</style>
background-color css
<style>
a { background-color: #21499D; }
a { background-color: rgb(33,73,157); }
div.DivClassName
{
background-color: #21499D;
}
.BgClassName
{
background-color: #21499D;
}
</style>
border-color css
<style>
span { border-color: #21499D; }
span { border-color: rgb(33,73,157); }
td.TdClassName
{
border-color: #21499D;
}
.TagClassName
{
border-color: #21499D;
}
</style>