Shades of Endeavour #28519A
Tints of Endeavour #28519A
RGB
CMYK
RGB Variations
Color information
#28519A (or 0x28519A) is known color: Endeavour. HEX triplet: 28, 51 and 9A. RGB value is (40,81,154). Sum of RGB (Red+Green+Blue) = 40+81+154=275 (36% of max value = 765). Red value is 40 (16.02% from 255 or 14.55% from 275); Green value is 81 (32.03% from 255 or 29.45% from 275); Blue value is 154 (60.55% from 255 or 56% from 275); Max value from RGB is 154 - color contains mainly: blue. Hex color #28519A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #28519A is #D7AE65. Grayscale: #4C4C4C. Windows color (decimal): -14134886 or 10113320. OLE color: 10113320.
HSL color Cylindrical-coordinate representation of color #28519A: hue angle of 218.42º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #28519A is Cyan = 0.74, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 40 | 81 | 154 | - |
| CMYK | 0.74 | 0.47 | 0 | 0.40 |
| HSL | 218.42º | 0.59% | 0.38% | - |
| HSV(B) | 218.42º | 0.74% | 0.6% | - |
| XYZ | 9.65 | 8.67 | 31.74 | - |
| YUV | 77.06 | 171.42 | 101.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 81 | 154 | 0.74 | 0.47 | 0 | 0.40 | 218.42 | 0.59 | 0.38 |
| Hex | 28 | 51 | 9A | 4A | 2F | 0 | 28 | DA | 3B | 26 |
| Octal | 50 | 121 | 232 | 112 | 57 | 0 | 50 | 332 | 73 | 46 |
| Binary | 101000 | 1010001 | 10011010 | 1001010 | 101111 | 0 | 101000 | 11011010 | 111011 | 100110 |
Color Harmonies of #28519A
Complementary color
Monochromatic Colors of #28519A
Black with #28519A
Text Example
Text Example
White with #28519A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28519A; }
p { color: rgb(40,81,154); }
H1.HeaderClassName
{
color: #28519A;
}
.AnyTagClassName
{
color: #28519A;
}
</style>
background-color css
<style>
a { background-color: #28519A; }
a { background-color: rgb(40,81,154); }
div.DivClassName
{
background-color: #28519A;
}
.BgClassName
{
background-color: #28519A;
}
</style>
border-color css
<style>
span { border-color: #28519A; }
span { border-color: rgb(40,81,154); }
td.TdClassName
{
border-color: #28519A;
}
.TagClassName
{
border-color: #28519A;
}
</style>