Html Css Color HEX #116595 Endeavour

📋 copy color: '#116595'

red 17 ◦ green 101 ◦ blue 149

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

Shades of Endeavour #116595

Tints of Endeavour #116595

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 55.81%

R = 6.37%
G = 37.83%
B = 55.81%

CMYK

 C value IS 0.89

 M value IS 0.32

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#116595 (or 0x116595) is known color: Endeavour. HEX triplet: 11, 65 and 95. RGB value is (17,101,149). Sum of RGB (Red+Green+Blue) = 17+101+149=267 (35% of max value = 765). Red value is 17 (7.03% from 255 or 6.37% from 267); Green value is 101 (39.84% from 255 or 37.83% from 267); Blue value is 149 (58.59% from 255 or 55.81% from 267); Max value from RGB is 149 - color contains mainly: blue. Hex color #116595 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #116595 is #EE9A6A. Grayscale: #515151. Windows color (decimal): -15637099 or 9790737. OLE color: 9790737.

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

Color convert

RGB 17 101 149 -
CMYK 0.89 0.32 0 0.42
HSL 201.82º 0.8% 0.33% -
HSV(B) 201.82º 0.89% 0.58% -
XYZ 10.31 11.6 30.13 -
YUV 81.36 166.17 82.1 -
System Red Green Blue C M Y K H S L
Decimal 17 101 149 0.89 0.32 0 0.42 201.82 0.8 0.33
Hex 11 65 95 59 20 0 2A CA 50 21
Octal 21 145 225 131 40 0 52 312 120 41
Binary 10001 1100101 10010101 1011001 100000 0 101010 11001010 1010000 100001

Color Harmonies of #116595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #116595

Black with #116595

Text Example


Text Example

White with #116595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #116595; }

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

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

background-color css

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

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

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

border-color css

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

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

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