Shades of Endeavour #214B99
Tints of Endeavour #214B99
RGB
CMYK
RGB Variations
Color information
#214B99 (or 0x214B99) is known color: Endeavour. HEX triplet: 21, 4B and 99. RGB value is (33,75,153). Sum of RGB (Red+Green+Blue) = 33+75+153=261 (34% of max value = 765). Red value is 33 (13.28% from 255 or 12.64% from 261); Green value is 75 (29.69% from 255 or 28.74% from 261); Blue value is 153 (60.16% from 255 or 58.62% from 261); Max value from RGB is 153 - color contains mainly: blue. Hex color #214B99 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #214B99 is #DEB466. Grayscale: #464646. Windows color (decimal): -14595175 or 10046241. OLE color: 10046241.
HSL color Cylindrical-coordinate representation of color #214B99: hue angle of 219º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #214B99 is Cyan = 0.78, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 33 | 75 | 153 | - |
| CMYK | 0.78 | 0.51 | 0 | 0.4 |
| HSL | 219º | 0.65% | 0.36% | - |
| HSV(B) | 219º | 0.78% | 0.6% | - |
| XYZ | 8.89 | 7.66 | 31.15 | - |
| YUV | 71.33 | 174.09 | 100.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 75 | 153 | 0.78 | 0.51 | 0 | 0.4 | 219 | 0.65 | 0.36 |
| Hex | 21 | 4B | 99 | 4E | 33 | 0 | 28 | DB | 41 | 24 |
| Octal | 41 | 113 | 231 | 116 | 63 | 0 | 50 | 333 | 101 | 44 |
| Binary | 100001 | 1001011 | 10011001 | 1001110 | 110011 | 0 | 101000 | 11011011 | 1000001 | 100100 |
Color Harmonies of #214B99
Complementary color
Monochromatic Colors of #214B99
Black with #214B99
Text Example
Text Example
White with #214B99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #214B99; }
p { color: rgb(33,75,153); }
H1.HeaderClassName
{
color: #214B99;
}
.AnyTagClassName
{
color: #214B99;
}
</style>
background-color css
<style>
a { background-color: #214B99; }
a { background-color: rgb(33,75,153); }
div.DivClassName
{
background-color: #214B99;
}
.BgClassName
{
background-color: #214B99;
}
</style>
border-color css
<style>
span { border-color: #214B99; }
span { border-color: rgb(33,75,153); }
td.TdClassName
{
border-color: #214B99;
}
.TagClassName
{
border-color: #214B99;
}
</style>