#15588E

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

Shades of Endeavour #15588E

Tints of Endeavour #15588E

Color information

#15588E (or 0x15588E) is unknown color: approx Endeavour. HEX triplet: 15, 58 and 8E. RGB value is (21,88,142). Sum of RGB (Red+Green+Blue) = 21+88+142=251 (33% of max value = 765). Red value is 21 (8.59% from 255 or 8.37% from 251); Green value is 88 (34.77% from 255 or 35.06% from 251); Blue value is 142 (55.86% from 255 or 56.57% from 251); Max value from RGB is 142 - color contains mainly: blue. Hex color #15588E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #15588E is #EAA771. Grayscale: #494949. Windows color (decimal): -15378290 or 9328661. OLE color: 9328661.

HSL color Cylindrical-coordinate representation of color #15588E: hue angle of 206.78º degrees, saturation: 0.74, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #15588E is Cyan = 0.85, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB2188142-
CMYK0.850.3800.44
HSL206.78º74.23%31.96%-
HSV(B)206.78º85.21%55.69%-
XYZ8.689.0926.89-
YUV74.12166.390.11-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 8.37%
GREEN value IS 88 (34.77% from 255) = 35.06%
BLUE value IS 142 (55.86% from 255) = 56.57%
R=8.37%
G=35.06%
B=56.57%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal21881420.850.3800.44206.7874.2331.96
Hex15588E552602Ccf4a20
Octal251302161254605431711240
Binary1010110110001000111010101011001100101100110011111001010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15588E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(21,88,142); }

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

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

 a { background-color: rgb(21,88,142); }

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

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

 span { border-color: rgb(21,88,142); }

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