#11619D

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

Shades of Endeavour #11619D

Tints of Endeavour #11619D

Color information

#11619D (or 0x11619D) is unknown color: approx Endeavour. HEX triplet: 11, 61 and 9D. RGB value is (17,97,157). Sum of RGB (Red+Green+Blue) = 17+97+157=271 (35% of max value = 765). Red value is 17 (7.03% from 255 or 6.27% from 271); Green value is 97 (38.28% from 255 or 35.79% from 271); Blue value is 157 (61.72% from 255 or 57.93% from 271); Max value from RGB is 157 - color contains mainly: blue. Hex color #11619D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #11619D is #EE9E62. Grayscale: #4F4F4F. Windows color (decimal): -15638115 or 10314001. OLE color: 10314001.

HSL color Cylindrical-coordinate representation of color #11619D: hue angle of 205.71º degrees, saturation: 0.8, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #11619D is Cyan = 0.89, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB1797157-
CMYK0.890.3800.38
HSL205.71º80.46%34.12%-
HSV(B)205.71º89.17%61.57%-
XYZ10.5911.133.48-
YUV79.92171.583.12-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 6.27%
GREEN value IS 97 (38.28% from 255) = 35.79%
BLUE value IS 157 (61.72% from 255) = 57.93%
R=6.27%
G=35.79%
B=57.93%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal17971570.890.3800.38205.7180.4634.12
Hex11619D5926026ce5022
Octal211412351314604631612042
Binary1000111000011001110110110011001100100110110011101010000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11619D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #11619D; }

 p { color: rgb(17,97,157); }

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

<style>
 a { background-color: #11619D; }

 a { background-color: rgb(17,97,157); }

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

<style>
 span { border-color: #11619D; }

 span { border-color: rgb(17,97,157); }

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