Html Css Color HEX #11609D Endeavour

📋 copy color: '#11609D'

red 17 ◦ green 96 ◦ blue 157

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

Shades of Endeavour #11609D

Tints of Endeavour #11609D

RGB

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

 GREEN value IS 96 (37.89% from 255) = 35.56%

 BLUE value IS 157 (61.72% from 255) = 58.15%

R = 6.3%
G = 35.56%
B = 58.15%

CMYK

 C value IS 0.89

 M value IS 0.39

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#11609D (or 0x11609D) is known color: Endeavour. HEX triplet: 11, 60 and 9D. RGB value is (17,96,157). Sum of RGB (Red+Green+Blue) = 17+96+157=270 (35% of max value = 765). Red value is 17 (7.03% from 255 or 6.30% from 270); Green value is 96 (37.89% from 255 or 35.56% from 270); Blue value is 157 (61.72% from 255 or 58.15% from 270); Max value from RGB is 157 - color contains mainly: blue. Hex color #11609D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #11609D is #EE9F62. Grayscale: #4F4F4F. Windows color (decimal): -15638371 or 10313745. OLE color: 10313745.

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

Color convert

RGB 17 96 157 -
CMYK 0.89 0.39 0 0.38
HSL 206.14º 0.8% 0.34% -
HSV(B) 206.14º 0.89% 0.62% -
XYZ 10.5 10.92 33.45 -
YUV 79.33 171.83 83.54 -
System Red Green Blue C M Y K H S L
Decimal 17 96 157 0.89 0.39 0 0.38 206.14 0.8 0.34
Hex 11 60 9D 59 27 0 26 CE 50 22
Octal 21 140 235 131 47 0 46 316 120 42
Binary 10001 1100000 10011101 1011001 100111 0 100110 11001110 1010000 100010

Color Harmonies of #11609D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11609D

Black with #11609D

Text Example


Text Example

White with #11609D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #11609D;
 }
 .AnyTagClassName
 {
   color: #11609D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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