Shades of Endeavour #214E9A
Tints of Endeavour #214E9A
RGB
CMYK
RGB Variations
Color information
#214E9A (or 0x214E9A) is known color: Endeavour. HEX triplet: 21, 4E and 9A. RGB value is (33,78,154). Sum of RGB (Red+Green+Blue) = 33+78+154=265 (35% of max value = 765). Red value is 33 (13.28% from 255 or 12.45% from 265); Green value is 78 (30.86% from 255 or 29.43% from 265); Blue value is 154 (60.55% from 255 or 58.11% from 265); Max value from RGB is 154 - color contains mainly: blue. Hex color #214E9A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #214E9A is #DEB165. Grayscale: #484848. Windows color (decimal): -14594406 or 10112545. OLE color: 10112545.
HSL color Cylindrical-coordinate representation of color #214E9A: hue angle of 217.69º degrees, saturation: 0.65, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #214E9A is Cyan = 0.79, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 33 | 78 | 154 | - |
| CMYK | 0.79 | 0.49 | 0 | 0.40 |
| HSL | 217.69º | 0.65% | 0.37% | - |
| HSV(B) | 217.69º | 0.79% | 0.6% | - |
| XYZ | 9.18 | 8.11 | 31.65 | - |
| YUV | 73.21 | 173.59 | 99.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 78 | 154 | 0.79 | 0.49 | 0 | 0.40 | 217.69 | 0.65 | 0.37 |
| Hex | 21 | 4E | 9A | 4F | 31 | 0 | 28 | DA | 41 | 25 |
| Octal | 41 | 116 | 232 | 117 | 61 | 0 | 50 | 332 | 101 | 45 |
| Binary | 100001 | 1001110 | 10011010 | 1001111 | 110001 | 0 | 101000 | 11011010 | 1000001 | 100101 |
Color Harmonies of #214E9A
Complementary color
Monochromatic Colors of #214E9A
Black with #214E9A
Text Example
Text Example
White with #214E9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #214E9A; }
p { color: rgb(33,78,154); }
H1.HeaderClassName
{
color: #214E9A;
}
.AnyTagClassName
{
color: #214E9A;
}
</style>
background-color css
<style>
a { background-color: #214E9A; }
a { background-color: rgb(33,78,154); }
div.DivClassName
{
background-color: #214E9A;
}
.BgClassName
{
background-color: #214E9A;
}
</style>
border-color css
<style>
span { border-color: #214E9A; }
span { border-color: rgb(33,78,154); }
td.TdClassName
{
border-color: #214E9A;
}
.TagClassName
{
border-color: #214E9A;
}
</style>