Html Css Color HEX #116596 Endeavour

📋 copy color: '#116596'

red 17 ◦ green 101 ◦ blue 150

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

Shades of Endeavour #116596

Tints of Endeavour #116596

RGB

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

 GREEN value IS 101 (39.84% from 255) = 37.69%

 BLUE value IS 150 (58.98% from 255) = 55.97%

R = 6.34%
G = 37.69%
B = 55.97%

CMYK

 C value IS 0.89

 M value IS 0.33

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#116596 (or 0x116596) is known color: Endeavour. HEX triplet: 11, 65 and 96. RGB value is (17,101,150). Sum of RGB (Red+Green+Blue) = 17+101+150=268 (35% of max value = 765). Red value is 17 (7.03% from 255 or 6.34% from 268); Green value is 101 (39.84% from 255 or 37.69% from 268); Blue value is 150 (58.98% from 255 or 55.97% from 268); Max value from RGB is 150 - color contains mainly: blue. Hex color #116596 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #116596 is #EE9A69. Grayscale: #515151. Windows color (decimal): -15637098 or 9856273. OLE color: 9856273.

HSL color Cylindrical-coordinate representation of color #116596: hue angle of 202.11º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #116596 is Cyan = 0.89, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 17 101 150 -
CMYK 0.89 0.33 0 0.41
HSL 202.11º 0.8% 0.33% -
HSV(B) 202.11º 0.89% 0.59% -
XYZ 10.39 11.63 30.55 -
YUV 81.47 166.67 82.02 -
System Red Green Blue C M Y K H S L
Decimal 17 101 150 0.89 0.33 0 0.41 202.11 0.8 0.33
Hex 11 65 96 59 21 0 29 CA 50 21
Octal 21 145 226 131 41 0 51 312 120 41
Binary 10001 1100101 10010110 1011001 100001 0 101001 11001010 1010000 100001

Color Harmonies of #116596

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #116596

Black with #116596

Text Example


Text Example

White with #116596

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #116596; }

 p { color: rgb(17,101,150); }

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

background-color css

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

 a { background-color: rgb(17,101,150); }

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

border-color css

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

 span { border-color: rgb(17,101,150); }

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