Html Css Color HEX #11599C Endeavour

📋 copy color: '#11599C'

red 17 ◦ green 89 ◦ blue 156

#11599C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Endeavour #11599C

Tints of Endeavour #11599C

RGB

 RED value IS 17 (7.03% from 255) = 6.49%

 GREEN value IS 89 (35.16% from 255) = 33.97%

 BLUE value IS 156 (61.33% from 255) = 59.54%

R = 6.49%
G = 33.97%
B = 59.54%

CMYK

 C value IS 0.89

 M value IS 0.43

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#11599C (or 0x11599C) is known color: Endeavour. HEX triplet: 11, 59 and 9C. RGB value is (17,89,156). Sum of RGB (Red+Green+Blue) = 17+89+156=262 (34% of max value = 765). Red value is 17 (7.03% from 255 or 6.49% from 262); Green value is 89 (35.16% from 255 or 33.97% from 262); Blue value is 156 (61.33% from 255 or 59.54% from 262); Max value from RGB is 156 - color contains mainly: blue. Hex color #11599C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #11599C is #EEA663. Grayscale: #4A4A4A. Windows color (decimal): -15640164 or 10246417. OLE color: 10246417.

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

Color convert

RGB 17 89 156 -
CMYK 0.89 0.43 0 0.39
HSL 208.92º 0.8% 0.34% -
HSV(B) 208.92º 0.89% 0.61% -
XYZ 9.8 9.66 32.8 -
YUV 75.11 173.65 86.55 -
System Red Green Blue C M Y K H S L
Decimal 17 89 156 0.89 0.43 0 0.39 208.92 0.8 0.34
Hex 11 59 9C 59 2B 0 27 D1 50 22
Octal 21 131 234 131 53 0 47 321 120 42
Binary 10001 1011001 10011100 1011001 101011 0 100111 11010001 1010000 100010

Color Harmonies of #11599C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11599C

Black with #11599C

Text Example


Text Example

White with #11599C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #11599C;
 }
 .AnyTagClassName
 {
   color: #11599C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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