Html Css Color HEX #115196 Endeavour

📋 copy color: '#115196'

red 17 ◦ green 81 ◦ blue 150

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

Shades of Endeavour #115196

Tints of Endeavour #115196

RGB

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

 GREEN value IS 81 (32.03% from 255) = 32.66%

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

R = 6.85%
G = 32.66%
B = 60.48%

CMYK

 C value IS 0.89

 M value IS 0.46

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#115196 (or 0x115196) is known color: Endeavour. HEX triplet: 11, 51 and 96. RGB value is (17,81,150). Sum of RGB (Red+Green+Blue) = 17+81+150=248 (32% of max value = 765). Red value is 17 (7.03% from 255 or 6.85% from 248); Green value is 81 (32.03% from 255 or 32.66% from 248); Blue value is 150 (58.98% from 255 or 60.48% from 248); Max value from RGB is 150 - color contains mainly: blue. Hex color #115196 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #115196 is #EEAE69. Grayscale: #454545. Windows color (decimal): -15642218 or 9851153. OLE color: 9851153.

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

Color convert

RGB 17 81 150 -
CMYK 0.89 0.46 0 0.41
HSL 211.13º 0.8% 0.33% -
HSV(B) 211.13º 0.89% 0.59% -
XYZ 8.68 8.21 29.98 -
YUV 69.73 173.3 90.39 -
System Red Green Blue C M Y K H S L
Decimal 17 81 150 0.89 0.46 0 0.41 211.13 0.8 0.33
Hex 11 51 96 59 2E 0 29 D3 50 21
Octal 21 121 226 131 56 0 51 323 120 41
Binary 10001 1010001 10010110 1011001 101110 0 101001 11010011 1010000 100001

Color Harmonies of #115196

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #115196

Black with #115196

Text Example


Text Example

White with #115196

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #115196; }

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

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

background-color css

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

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

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

border-color css

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

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

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