#11619C

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

Shades of Endeavour #11619C

Tints of Endeavour #11619C

Color information

#11619C (or 0x11619C) is unknown color: approx Endeavour. HEX triplet: 11, 61 and 9C. RGB value is (17,97,156). Sum of RGB (Red+Green+Blue) = 17+97+156=270 (35% of max value = 765). Red value is 17 (7.03% from 255 or 6.30% from 270); Green value is 97 (38.28% from 255 or 35.93% from 270); Blue value is 156 (61.33% from 255 or 57.78% from 270); Max value from RGB is 156 - color contains mainly: blue. Hex color #11619C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #11619C is #EE9E63. Grayscale: #4F4F4F. Windows color (decimal): -15638116 or 10248465. OLE color: 10248465.

HSL color Cylindrical-coordinate representation of color #11619C: hue angle of 205.47º 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 #11619C is Cyan = 0.89, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB1797156-
CMYK0.890.3800.39
HSL205.47º80.35%33.92%-
HSV(B)205.47º89.1%61.18%-
XYZ10.5111.0733.04-
YUV79.8117183.2-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 6.30%
GREEN value IS 97 (38.28% from 255) = 35.93%
BLUE value IS 156 (61.33% from 255) = 57.78%
R=6.30%
G=35.93%
B=57.78%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal17971560.890.3800.39205.4780.3533.92
Hex11619C5926027cd5022
Octal211412341314604731512042
Binary1000111000011001110010110011001100100111110011011010000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11619C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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