Html Css Color HEX #115495 Endeavour

📋 copy color: '#115495'

red 17 ◦ green 84 ◦ blue 149

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

Shades of Endeavour #115495

Tints of Endeavour #115495

RGB

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

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

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

R = 6.8%
G = 33.6%
B = 59.6%

CMYK

 C value IS 0.89

 M value IS 0.44

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#115495 (or 0x115495) is known color: Endeavour. HEX triplet: 11, 54 and 95. RGB value is (17,84,149). Sum of RGB (Red+Green+Blue) = 17+84+149=250 (33% of max value = 765). Red value is 17 (7.03% from 255 or 6.8% from 250); Green value is 84 (33.20% from 255 or 33.6% from 250); Blue value is 149 (58.59% from 255 or 59.6% from 250); Max value from RGB is 149 - color contains mainly: blue. Hex color #115495 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #115495 is #EEAB6A. Grayscale: #474747. Windows color (decimal): -15641451 or 9786385. OLE color: 9786385.

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

Color convert

RGB 17 84 149 -
CMYK 0.89 0.44 0 0.42
HSL 209.55º 0.8% 0.33% -
HSV(B) 209.55º 0.89% 0.58% -
XYZ 8.83 8.63 29.63 -
YUV 71.38 171.8 89.21 -
System Red Green Blue C M Y K H S L
Decimal 17 84 149 0.89 0.44 0 0.42 209.55 0.8 0.33
Hex 11 54 95 59 2C 0 2A D2 50 21
Octal 21 124 225 131 54 0 52 322 120 41
Binary 10001 1010100 10010101 1011001 101100 0 101010 11010010 1010000 100001

Color Harmonies of #115495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #115495

Black with #115495

Text Example


Text Example

White with #115495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #115495; }

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

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

background-color css

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

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

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

border-color css

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

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

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