Html Css Color HEX #115799 Endeavour

📋 copy color: '#115799'

red 17 ◦ green 87 ◦ blue 153

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

Shades of Endeavour #115799

Tints of Endeavour #115799

RGB

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

 GREEN value IS 87 (34.38% from 255) = 33.85%

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

R = 6.61%
G = 33.85%
B = 59.53%

CMYK

 C value IS 0.89

 M value IS 0.43

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#115799 (or 0x115799) is known color: Endeavour. HEX triplet: 11, 57 and 99. RGB value is (17,87,153). Sum of RGB (Red+Green+Blue) = 17+87+153=257 (34% of max value = 765). Red value is 17 (7.03% from 255 or 6.61% from 257); Green value is 87 (34.38% from 255 or 33.85% from 257); Blue value is 153 (60.16% from 255 or 59.53% from 257); Max value from RGB is 153 - color contains mainly: blue. Hex color #115799 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #115799 is #EEA866. Grayscale: #494949. Windows color (decimal): -15640679 or 10049297. OLE color: 10049297.

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

Color convert

RGB 17 87 153 -
CMYK 0.89 0.43 0 0.4
HSL 209.12º 0.8% 0.33% -
HSV(B) 209.12º 0.89% 0.6% -
XYZ 9.39 9.24 31.42 -
YUV 73.59 172.81 87.63 -
System Red Green Blue C M Y K H S L
Decimal 17 87 153 0.89 0.43 0 0.4 209.12 0.8 0.33
Hex 11 57 99 59 2B 0 28 D1 50 21
Octal 21 127 231 131 53 0 50 321 120 41
Binary 10001 1010111 10011001 1011001 101011 0 101000 11010001 1010000 100001

Color Harmonies of #115799

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #115799

Black with #115799

Text Example


Text Example

White with #115799

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #115799; }

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

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

background-color css

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

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

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

border-color css

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

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

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