Html Css Color HEX #115596 Endeavour

📋 copy color: '#115596'

red 17 ◦ green 85 ◦ blue 150

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

Shades of Endeavour #115596

Tints of Endeavour #115596

RGB

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

 GREEN value IS 85 (33.59% from 255) = 33.73%

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

R = 6.75%
G = 33.73%
B = 59.52%

CMYK

 C value IS 0.89

 M value IS 0.43

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#115596 (or 0x115596) is known color: Endeavour. HEX triplet: 11, 55 and 96. RGB value is (17,85,150). Sum of RGB (Red+Green+Blue) = 17+85+150=252 (33% of max value = 765). Red value is 17 (7.03% from 255 or 6.75% from 252); Green value is 85 (33.59% from 255 or 33.73% from 252); Blue value is 150 (58.98% from 255 or 59.52% from 252); Max value from RGB is 150 - color contains mainly: blue. Hex color #115596 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #115596 is #EEAA69. Grayscale: #474747. Windows color (decimal): -15641194 or 9852177. OLE color: 9852177.

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

Color convert

RGB 17 85 150 -
CMYK 0.89 0.43 0 0.41
HSL 209.32º 0.8% 0.33% -
HSV(B) 209.32º 0.89% 0.59% -
XYZ 8.98 8.82 30.08 -
YUV 72.08 171.97 88.71 -
System Red Green Blue C M Y K H S L
Decimal 17 85 150 0.89 0.43 0 0.41 209.32 0.8 0.33
Hex 11 55 96 59 2B 0 29 D1 50 21
Octal 21 125 226 131 53 0 51 321 120 41
Binary 10001 1010101 10010110 1011001 101011 0 101001 11010001 1010000 100001

Color Harmonies of #115596

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #115596

Black with #115596

Text Example


Text Example

White with #115596

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #115596; }

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

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

background-color css

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

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

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

border-color css

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

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

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