Html Css Color HEX #115496 Endeavour

📋 copy color: '#115496'

red 17 ◦ green 84 ◦ blue 150

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

Shades of Endeavour #115496

Tints of Endeavour #115496

RGB

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

 GREEN value IS 84 (33.2% from 255) = 33.47%

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

R = 6.77%
G = 33.47%
B = 59.76%

CMYK

 C value IS 0.89

 M value IS 0.44

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#115496 (or 0x115496) is known color: Endeavour. HEX triplet: 11, 54 and 96. RGB value is (17,84,150). Sum of RGB (Red+Green+Blue) = 17+84+150=251 (33% of max value = 765). Red value is 17 (7.03% from 255 or 6.77% from 251); Green value is 84 (33.20% from 255 or 33.47% from 251); Blue value is 150 (58.98% from 255 or 59.76% from 251); Max value from RGB is 150 - color contains mainly: blue. Hex color #115496 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #115496 is #EEAB69. Grayscale: #474747. Windows color (decimal): -15641450 or 9851921. OLE color: 9851921.

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

Color convert

RGB 17 84 150 -
CMYK 0.89 0.44 0 0.41
HSL 209.77º 0.8% 0.33% -
HSV(B) 209.77º 0.89% 0.59% -
XYZ 8.91 8.66 30.06 -
YUV 71.49 172.3 89.13 -
System Red Green Blue C M Y K H S L
Decimal 17 84 150 0.89 0.44 0 0.41 209.77 0.8 0.33
Hex 11 54 96 59 2C 0 29 D2 50 21
Octal 21 124 226 131 54 0 51 322 120 41
Binary 10001 1010100 10010110 1011001 101100 0 101001 11010010 1010000 100001

Color Harmonies of #115496

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #115496

Black with #115496

Text Example


Text Example

White with #115496

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #115496; }

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

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

background-color css

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

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

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

border-color css

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

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

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