Html Css Color HEX #115296 Endeavour

📋 copy color: '#115296'

red 17 ◦ green 82 ◦ blue 150

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

Shades of Endeavour #115296

Tints of Endeavour #115296

RGB

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

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

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

R = 6.83%
G = 32.93%
B = 60.24%

CMYK

 C value IS 0.89

 M value IS 0.45

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#115296 (or 0x115296) is known color: Endeavour. HEX triplet: 11, 52 and 96. RGB value is (17,82,150). Sum of RGB (Red+Green+Blue) = 17+82+150=249 (32% of max value = 765). Red value is 17 (7.03% from 255 or 6.83% from 249); Green value is 82 (32.42% from 255 or 32.93% from 249); Blue value is 150 (58.98% from 255 or 60.24% from 249); Max value from RGB is 150 - color contains mainly: blue. Hex color #115296 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #115296 is #EEAD69. Grayscale: #454545. Windows color (decimal): -15641962 or 9851409. OLE color: 9851409.

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

Color convert

RGB 17 82 150 -
CMYK 0.89 0.45 0 0.41
HSL 210.68º 0.8% 0.33% -
HSV(B) 210.68º 0.89% 0.59% -
XYZ 8.75 8.36 30.01 -
YUV 70.32 172.97 89.97 -
System Red Green Blue C M Y K H S L
Decimal 17 82 150 0.89 0.45 0 0.41 210.68 0.8 0.33
Hex 11 52 96 59 2D 0 29 D3 50 21
Octal 21 122 226 131 55 0 51 323 120 41
Binary 10001 1010010 10010110 1011001 101101 0 101001 11010011 1010000 100001

Color Harmonies of #115296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #115296

Black with #115296

Text Example


Text Example

White with #115296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #115296; }

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

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

background-color css

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

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

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

border-color css

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

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

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