Html Css Color HEX #115497 Endeavour

📋 copy color: '#115497'

red 17 ◦ green 84 ◦ blue 151

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

Shades of Endeavour #115497

Tints of Endeavour #115497

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 59.92%

R = 6.75%
G = 33.33%
B = 59.92%

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

#115497 (or 0x115497) is known color: Endeavour. HEX triplet: 11, 54 and 97. RGB value is (17,84,151). Sum of RGB (Red+Green+Blue) = 17+84+151=252 (33% of max value = 765). Red value is 17 (7.03% from 255 or 6.75% from 252); Green value is 84 (33.20% from 255 or 33.33% from 252); Blue value is 151 (59.38% from 255 or 59.92% from 252); Max value from RGB is 151 - color contains mainly: blue. Hex color #115497 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #115497 is #EEAB68. Grayscale: #474747. Windows color (decimal): -15641449 or 9917457. OLE color: 9917457.

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

Color convert

RGB 17 84 151 -
CMYK 0.89 0.44 0 0.41
HSL 210º 0.8% 0.33% -
HSV(B) 210º 0.89% 0.59% -
XYZ 8.99 8.69 30.48 -
YUV 71.61 172.8 89.05 -
System Red Green Blue C M Y K H S L
Decimal 17 84 151 0.89 0.44 0 0.41 210 0.8 0.33
Hex 11 54 97 59 2C 0 29 D2 50 21
Octal 21 124 227 131 54 0 51 322 120 41
Binary 10001 1010100 10010111 1011001 101100 0 101001 11010010 1010000 100001

Color Harmonies of #115497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #115497

Black with #115497

Text Example


Text Example

White with #115497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #115497; }

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

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

background-color css

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

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

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

border-color css

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

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

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