Html Css Color HEX #115195 Endeavour

📋 copy color: '#115195'

red 17 ◦ green 81 ◦ blue 149

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

Shades of Endeavour #115195

Tints of Endeavour #115195

RGB

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

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

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

R = 6.88%
G = 32.79%
B = 60.32%

CMYK

 C value IS 0.89

 M value IS 0.46

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#115195 (or 0x115195) is known color: Endeavour. HEX triplet: 11, 51 and 95. RGB value is (17,81,149). Sum of RGB (Red+Green+Blue) = 17+81+149=247 (32% of max value = 765). Red value is 17 (7.03% from 255 or 6.88% from 247); Green value is 81 (32.03% from 255 or 32.79% from 247); Blue value is 149 (58.59% from 255 or 60.32% from 247); Max value from RGB is 149 - color contains mainly: blue. Hex color #115195 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #115195 is #EEAE6A. Grayscale: #454545. Windows color (decimal): -15642219 or 9785617. OLE color: 9785617.

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

Color convert

RGB 17 81 149 -
CMYK 0.89 0.46 0 0.42
HSL 210.91º 0.8% 0.33% -
HSV(B) 210.91º 0.89% 0.58% -
XYZ 8.6 8.17 29.56 -
YUV 69.62 172.8 90.47 -
System Red Green Blue C M Y K H S L
Decimal 17 81 149 0.89 0.46 0 0.42 210.91 0.8 0.33
Hex 11 51 95 59 2E 0 2A D3 50 21
Octal 21 121 225 131 56 0 52 323 120 41
Binary 10001 1010001 10010101 1011001 101110 0 101010 11010011 1010000 100001

Color Harmonies of #115195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #115195

Black with #115195

Text Example


Text Example

White with #115195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #115195; }

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

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

background-color css

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

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

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

border-color css

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

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

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