#27519B

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

Shades of Endeavour #27519B

Tints of Endeavour #27519B

Color information

#27519B (or 0x27519B) is unknown color: approx Endeavour. HEX triplet: 27, 51 and 9B. RGB value is (39,81,155). Sum of RGB (Red+Green+Blue) = 39+81+155=275 (36% of max value = 765). Red value is 39 (15.62% from 255 or 14.18% from 275); Green value is 81 (32.03% from 255 or 29.45% from 275); Blue value is 155 (60.94% from 255 or 56.36% from 275); Max value from RGB is 155 - color contains mainly: blue. Hex color #27519B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #27519B is #D8AE64. Grayscale: #4C4C4C. Windows color (decimal): -14200421 or 10178855. OLE color: 10178855.

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

Color convert

RGB3981155-
CMYK0.750.4800.39
HSL218.28º59.79%38.04%-
HSV(B)218.28º74.84%60.78%-
XYZ9.78.6832.18-
YUV76.88172.09100.98-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 14.18%
GREEN value IS 81 (32.03% from 255) = 29.45%
BLUE value IS 155 (60.94% from 255) = 56.36%
R=14.18%
G=29.45%
B=56.36%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal39811550.750.4800.39218.2859.7938.04
Hex27519B4B30027da3c26
Octal47121233113600473327446
Binary1001111010001100110111001011110000010011111011010111100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27519B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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