#15568E

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

Shades of Endeavour #15568E

Tints of Endeavour #15568E

Color information

#15568E (or 0x15568E) is unknown color: approx Endeavour. HEX triplet: 15, 56 and 8E. RGB value is (21,86,142). Sum of RGB (Red+Green+Blue) = 21+86+142=249 (32% of max value = 765). Red value is 21 (8.59% from 255 or 8.43% from 249); Green value is 86 (33.98% from 255 or 34.54% from 249); Blue value is 142 (55.86% from 255 or 57.03% from 249); Max value from RGB is 142 - color contains mainly: blue. Hex color #15568E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #15568E is #EAA971. Grayscale: #484848. Windows color (decimal): -15378802 or 9328149. OLE color: 9328149.

HSL color Cylindrical-coordinate representation of color #15568E: hue angle of 207.77º 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 #15568E is Cyan = 0.85, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB2186142-
CMYK0.850.3900.44
HSL207.77º74.23%31.96%-
HSV(B)207.77º85.21%55.69%-
XYZ8.528.7726.83-
YUV72.95166.9790.95-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 8.43%
GREEN value IS 86 (33.98% from 255) = 34.54%
BLUE value IS 142 (55.86% from 255) = 57.03%
R=8.43%
G=34.54%
B=57.03%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal21861420.850.3900.44207.7774.2331.96
Hex15568E552702Cd04a20
Octal251262161254705432011240
Binary1010110101101000111010101011001110101100110100001001010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15568E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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