Html Css Color HEX #115295 Endeavour

📋 copy color: '#115295'

red 17 ◦ green 82 ◦ blue 149

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

Shades of Endeavour #115295

Tints of Endeavour #115295

RGB

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

 GREEN value IS 82 (32.42% from 255) = 33.06%

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

R = 6.85%
G = 33.06%
B = 60.08%

CMYK

 C value IS 0.89

 M value IS 0.45

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#115295 (or 0x115295) is known color: Endeavour. HEX triplet: 11, 52 and 95. RGB value is (17,82,149). Sum of RGB (Red+Green+Blue) = 17+82+149=248 (32% of max value = 765). Red value is 17 (7.03% from 255 or 6.85% from 248); Green value is 82 (32.42% from 255 or 33.06% from 248); Blue value is 149 (58.59% from 255 or 60.08% from 248); Max value from RGB is 149 - color contains mainly: blue. Hex color #115295 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #115295 is #EEAD6A. Grayscale: #454545. Windows color (decimal): -15641963 or 9785873. OLE color: 9785873.

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

Color convert

RGB 17 82 149 -
CMYK 0.89 0.45 0 0.42
HSL 210.45º 0.8% 0.33% -
HSV(B) 210.45º 0.89% 0.58% -
XYZ 8.67 8.32 29.58 -
YUV 70.2 172.47 90.05 -
System Red Green Blue C M Y K H S L
Decimal 17 82 149 0.89 0.45 0 0.42 210.45 0.8 0.33
Hex 11 52 95 59 2D 0 2A D2 50 21
Octal 21 122 225 131 55 0 52 322 120 41
Binary 10001 1010010 10010101 1011001 101101 0 101010 11010010 1010000 100001

Color Harmonies of #115295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #115295

Black with #115295

Text Example


Text Example

White with #115295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #115295; }

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

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

background-color css

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

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

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

border-color css

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

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

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