#15568F

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

Shades of Endeavour #15568F

Tints of Endeavour #15568F

Color information

#15568F (or 0x15568F) is unknown color: approx Endeavour. HEX triplet: 15, 56 and 8F. RGB value is (21,86,143). Sum of RGB (Red+Green+Blue) = 21+86+143=250 (33% of max value = 765). Red value is 21 (8.59% from 255 or 8.4% from 250); Green value is 86 (33.98% from 255 or 34.4% from 250); Blue value is 143 (56.25% from 255 or 57.2% from 250); Max value from RGB is 143 - color contains mainly: blue. Hex color #15568F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #15568F is #EAA970. Grayscale: #484848. Windows color (decimal): -15378801 or 9393685. OLE color: 9393685.

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

Color convert

RGB2186143-
CMYK0.850.4000.44
HSL208.03º74.39%32.16%-
HSV(B)208.03º85.31%56.08%-
XYZ8.598.827.23-
YUV73.06167.4790.87-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 8.4%
GREEN value IS 86 (33.98% from 255) = 34.4%
BLUE value IS 143 (56.25% from 255) = 57.2%
R=8.4%
G=34.4%
B=57.2%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal21861430.850.4000.44208.0374.3932.16
Hex15568F552802Cd04a20
Octal251262171255005432011240
Binary1010110101101000111110101011010000101100110100001001010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15568F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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