#28519B

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

Shades of Endeavour #28519B

Tints of Endeavour #28519B

Color information

#28519B (or 0x28519B) is unknown color: approx Endeavour. HEX triplet: 28, 51 and 9B. RGB value is (40,81,155). Sum of RGB (Red+Green+Blue) = 40+81+155=276 (36% of max value = 765). Red value is 40 (16.02% from 255 or 14.49% from 276); Green value is 81 (32.03% from 255 or 29.35% from 276); Blue value is 155 (60.94% from 255 or 56.16% from 276); Max value from RGB is 155 - color contains mainly: blue. Hex color #28519B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #28519B is #D7AE64. Grayscale: #4C4C4C. Windows color (decimal): -14134885 or 10178856. OLE color: 10178856.

HSL color Cylindrical-coordinate representation of color #28519B: hue angle of 218.61º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #28519B is Cyan = 0.74, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB4081155-
CMYK0.740.4800.39
HSL218.61º58.97%38.24%-
HSV(B)218.61º74.19%60.78%-
XYZ9.738.732.18-
YUV77.18171.92101.48-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 14.49%
GREEN value IS 81 (32.03% from 255) = 29.35%
BLUE value IS 155 (60.94% from 255) = 56.16%
R=14.49%
G=29.35%
B=56.16%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal40811550.740.4800.39218.6158.9738.24
Hex28519B4A30027db3b26
Octal50121233112600473337346
Binary1010001010001100110111001010110000010011111011011111011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28519B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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