#15518C

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

Shades of Endeavour #15518C

Tints of Endeavour #15518C

Color information

#15518C (or 0x15518C) is unknown color: approx Endeavour. HEX triplet: 15, 51 and 8C. RGB value is (21,81,140). Sum of RGB (Red+Green+Blue) = 21+81+140=242 (32% of max value = 765). Red value is 21 (8.59% from 255 or 8.68% from 242); Green value is 81 (32.03% from 255 or 33.47% from 242); Blue value is 140 (55.08% from 255 or 57.85% from 242); Max value from RGB is 140 - color contains mainly: blue. Hex color #15518C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #15518C is #EAAE73. Grayscale: #454545. Windows color (decimal): -15380084 or 9195797. OLE color: 9195797.

HSL color Cylindrical-coordinate representation of color #15518C: hue angle of 209.75º degrees, saturation: 0.74, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #15518C is Cyan = 0.85, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB2181140-
CMYK0.850.4200.45
HSL209.75º73.91%31.57%-
HSV(B)209.75º85%54.9%-
XYZ7.997.9425.92-
YUV69.79167.6293.2-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 8.68%
GREEN value IS 81 (32.03% from 255) = 33.47%
BLUE value IS 140 (55.08% from 255) = 57.85%
R=8.68%
G=33.47%
B=57.85%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal21811400.850.4200.45209.7573.9131.57
Hex15518C552A02Dd24a20
Octal251212141255205532211240
Binary1010110100011000110010101011010100101101110100101001010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15518C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #15518C; }

 p { color: rgb(21,81,140); }

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

<style>
 a { background-color: #15518C; }

 a { background-color: rgb(21,81,140); }

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

<style>
 span { border-color: #15518C; }

 span { border-color: rgb(21,81,140); }

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