#11609A

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

Shades of Endeavour #11609A

Tints of Endeavour #11609A

Color information

#11609A (or 0x11609A) is unknown color: approx Endeavour. HEX triplet: 11, 60 and 9A. RGB value is (17,96,154). Sum of RGB (Red+Green+Blue) = 17+96+154=267 (35% of max value = 765). Red value is 17 (7.03% from 255 or 6.37% from 267); Green value is 96 (37.89% from 255 or 35.96% from 267); Blue value is 154 (60.55% from 255 or 57.68% from 267); Max value from RGB is 154 - color contains mainly: blue. Hex color #11609A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #11609A is #EE9F65. Grayscale: #4E4E4E. Windows color (decimal): -15638374 or 10117137. OLE color: 10117137.

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

Color convert

RGB1796154-
CMYK0.890.3800.40
HSL205.4º80.12%33.53%-
HSV(B)205.4º88.96%60.39%-
XYZ10.2510.8232.12-
YUV78.99170.3383.78-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 6.37%
GREEN value IS 96 (37.89% from 255) = 35.96%
BLUE value IS 154 (60.55% from 255) = 57.68%
R=6.37%
G=35.96%
B=57.68%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal17961540.890.3800.40205.480.1233.53
Hex11609A5926028cd5022
Octal211402321314605031512042
Binary1000111000001001101010110011001100101000110011011010000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11609A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #11609A; }

 p { color: rgb(17,96,154); }

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

<style>
 a { background-color: #11609A; }

 a { background-color: rgb(17,96,154); }

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

<style>
 span { border-color: #11609A; }

 span { border-color: rgb(17,96,154); }

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