Html Css Color HEX #115899 Endeavour

📋 copy color: '#115899'

red 17 ◦ green 88 ◦ blue 153

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

Shades of Endeavour #115899

Tints of Endeavour #115899

RGB

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

 GREEN value IS 88 (34.77% from 255) = 34.11%

 BLUE value IS 153 (60.16% from 255) = 59.3%

R = 6.59%
G = 34.11%
B = 59.3%

CMYK

 C value IS 0.89

 M value IS 0.42

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#115899 (or 0x115899) is known color: Endeavour. HEX triplet: 11, 58 and 99. RGB value is (17,88,153). Sum of RGB (Red+Green+Blue) = 17+88+153=258 (34% of max value = 765). Red value is 17 (7.03% from 255 or 6.59% from 258); Green value is 88 (34.77% from 255 or 34.11% from 258); Blue value is 153 (60.16% from 255 or 59.30% from 258); Max value from RGB is 153 - color contains mainly: blue. Hex color #115899 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #115899 is #EEA766. Grayscale: #494949. Windows color (decimal): -15640423 or 10049553. OLE color: 10049553.

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

Color convert

RGB 17 88 153 -
CMYK 0.89 0.42 0 0.4
HSL 208.68º 0.8% 0.33% -
HSV(B) 208.68º 0.89% 0.6% -
XYZ 9.47 9.4 31.45 -
YUV 74.18 172.48 87.21 -
System Red Green Blue C M Y K H S L
Decimal 17 88 153 0.89 0.42 0 0.4 208.68 0.8 0.33
Hex 11 58 99 59 2A 0 28 D1 50 21
Octal 21 130 231 131 52 0 50 321 120 41
Binary 10001 1011000 10011001 1011001 101010 0 101000 11010001 1010000 100001

Color Harmonies of #115899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #115899

Black with #115899

Text Example


Text Example

White with #115899

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #115899; }

 p { color: rgb(17,88,153); }

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

background-color css

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

 a { background-color: rgb(17,88,153); }

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

border-color css

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

 span { border-color: rgb(17,88,153); }

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