#27519f

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

Shades of Endeavour #27519F

Tints of Endeavour #27519F

Color information

#27519F (or 0x27519F) is unknown color: approx Endeavour. HEX triplet: 27, 51 and 9F. RGB value is (39,81,159). Sum of RGB (Red+Green+Blue) = 39+81+159=279 (36% of max value = 765). Red value is 39 (15.62% from 255 or 13.98% from 279); Green value is 81 (32.03% from 255 or 29.03% from 279); Blue value is 159 (62.5% from 255 or 56.99% from 279); Max value from RGB is 159 - color contains mainly: blue. Hex color #27519F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #27519F is #D8AE60. Grayscale: #4C4C4C. Windows color (decimal): -14200417 or 10440999. OLE color: 10440999.

HSL color Cylindrical-coordinate representation of color #27519F: hue angle of 219º degrees, saturation: 0.61, 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 #27519F is Cyan = 0.75, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB3981159-
CMYK0.750.4900.38
HSL219º60.61%38.82%-
HSV(B)219º75.47%62.35%-
XYZ10.048.8233.97-
YUV77.33174.09100.66-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 13.98%
GREEN value IS 81 (32.03% from 255) = 29.03%
BLUE value IS 159 (62.5% from 255) = 56.99%
R=13.98%
G=29.03%
B=56.99%

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
Decimal39811590.750.4900.3821960.6138.82
Hex27519F4B31026db3d27
Octal47121237113610463337547
Binary1001111010001100111111001011110001010011011011011111101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27519f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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