Html Css Color HEX #115595 Endeavour

📋 copy color: '#115595'

red 17 ◦ green 85 ◦ blue 149

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

Shades of Endeavour #115595

Tints of Endeavour #115595

RGB

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

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

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

R = 6.77%
G = 33.86%
B = 59.36%

CMYK

 C value IS 0.89

 M value IS 0.43

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#115595 (or 0x115595) is known color: Endeavour. HEX triplet: 11, 55 and 95. RGB value is (17,85,149). Sum of RGB (Red+Green+Blue) = 17+85+149=251 (33% of max value = 765). Red value is 17 (7.03% from 255 or 6.77% from 251); Green value is 85 (33.59% from 255 or 33.86% from 251); Blue value is 149 (58.59% from 255 or 59.36% from 251); Max value from RGB is 149 - color contains mainly: blue. Hex color #115595 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #115595 is #EEAA6A. Grayscale: #474747. Windows color (decimal): -15641195 or 9786641. OLE color: 9786641.

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

Color convert

RGB 17 85 149 -
CMYK 0.89 0.43 0 0.42
HSL 209.09º 0.8% 0.33% -
HSV(B) 209.09º 0.89% 0.58% -
XYZ 8.9 8.79 29.66 -
YUV 71.96 171.47 88.8 -
System Red Green Blue C M Y K H S L
Decimal 17 85 149 0.89 0.43 0 0.42 209.09 0.8 0.33
Hex 11 55 95 59 2B 0 2A D1 50 21
Octal 21 125 225 131 53 0 52 321 120 41
Binary 10001 1010101 10010101 1011001 101011 0 101010 11010001 1010000 100001

Color Harmonies of #115595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #115595

Black with #115595

Text Example


Text Example

White with #115595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #115595; }

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

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

background-color css

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

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

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

border-color css

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

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

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