#11639B

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

Shades of Endeavour #11639B

Tints of Endeavour #11639B

Color information

#11639B (or 0x11639B) is unknown color: approx Endeavour. HEX triplet: 11, 63 and 9B. RGB value is (17,99,155). Sum of RGB (Red+Green+Blue) = 17+99+155=271 (35% of max value = 765). Red value is 17 (7.03% from 255 or 6.27% from 271); Green value is 99 (39.06% from 255 or 36.53% from 271); Blue value is 155 (60.94% from 255 or 57.20% from 271); Max value from RGB is 155 - color contains mainly: blue. Hex color #11639B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #11639B is #EE9C64. Grayscale: #505050. Windows color (decimal): -15637605 or 10183441. OLE color: 10183441.

HSL color Cylindrical-coordinate representation of color #11639B: hue angle of 204.35º degrees, saturation: 0.8, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #11639B is Cyan = 0.89, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB1799155-
CMYK0.890.3600.39
HSL204.35º80.23%33.73%-
HSV(B)204.35º89.03%60.78%-
XYZ10.6111.4132.65-
YUV80.87169.8382.45-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 6.27%
GREEN value IS 99 (39.06% from 255) = 36.53%
BLUE value IS 155 (60.94% from 255) = 57.20%
R=6.27%
G=36.53%
B=57.20%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal17991550.890.3600.39204.3580.2333.73
Hex11639B5924027cc5022
Octal211432331314404731412042
Binary1000111000111001101110110011001000100111110011001010000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11639B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #11639B; }

 p { color: rgb(17,99,155); }

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

<style>
 a { background-color: #11639B; }

 a { background-color: rgb(17,99,155); }

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

<style>
 span { border-color: #11639B; }

 span { border-color: rgb(17,99,155); }

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