#28519E

Color #28519E Endeavour (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Endeavour #28519E

Tints of Endeavour #28519E

Color information

#28519E (or 0x28519E) is unknown color: approx Endeavour. HEX triplet: 28, 51 and 9E. RGB value is (40,81,158). Sum of RGB (Red+Green+Blue) = 40+81+158=279 (36% of max value = 765). Red value is 40 (16.02% from 255 or 14.34% from 279); Green value is 81 (32.03% from 255 or 29.03% from 279); Blue value is 158 (62.11% from 255 or 56.63% from 279); Max value from RGB is 158 - color contains mainly: blue. Hex color #28519E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #28519E is #D7AE61. Grayscale: #4D4D4D. Windows color (decimal): -14134882 or 10375464. OLE color: 10375464.

HSL color Cylindrical-coordinate representation of color #28519E: hue angle of 219.15º degrees, saturation: 0.6, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #28519E is Cyan = 0.75, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB4081158-
CMYK0.750.4900.38
HSL219.15º59.6%38.82%-
HSV(B)219.15º74.68%61.96%-
XYZ9.998.833.52-
YUV77.52173.42101.24-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 40 (16.02% from 255) = 14.34%
GREEN value IS 81 (32.03% from 255) = 29.03%
BLUE value IS 158 (62.11% from 255) = 56.63%
R=14.34%
G=29.03%
B=56.63%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal40811580.750.4900.38219.1559.638.82
Hex28519E4B31026db3c27
Octal50121236113610463337447
Binary1010001010001100111101001011110001010011011011011111100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28519E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #28519E; }

 p { color: rgb(40,81,158); }

 H1.HeaderClassName
 {
   color: #28519E;
 }
 .AnyTagClassName
 {
   color: #28519E;
 }
</style>
background-color css

<style>
 a { background-color: #28519E; }

 a { background-color: rgb(40,81,158); }

 div.DivClassName
 {
   background-color: #28519E;
 }
 .BgClassName
 {
   background-color: #28519E;
 }
</style>
border-color css

<style>
 span { border-color: #28519E; }

 span { border-color: rgb(40,81,158); }

 td.TdClassName
 {
   border-color: #28519E;
 }
 .TagClassName
 {
   border-color: #28519E;
 }
</style>