Html Css Color HEX #115593 Endeavour

📋 copy color: '#115593'

red 17 ◦ green 85 ◦ blue 147

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

Shades of Endeavour #115593

Tints of Endeavour #115593

RGB

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

 GREEN value IS 85 (33.59% from 255) = 34.14%

 BLUE value IS 147 (57.81% from 255) = 59.04%

R = 6.83%
G = 34.14%
B = 59.04%

CMYK

 C value IS 0.88

 M value IS 0.42

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#115593 (or 0x115593) is known color: Endeavour. HEX triplet: 11, 55 and 93. RGB value is (17,85,147). Sum of RGB (Red+Green+Blue) = 17+85+147=249 (32% of max value = 765). Red value is 17 (7.03% from 255 or 6.83% from 249); Green value is 85 (33.59% from 255 or 34.14% from 249); Blue value is 147 (57.81% from 255 or 59.04% from 249); Max value from RGB is 147 - color contains mainly: blue. Hex color #115593 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #115593 is #EEAA6C. Grayscale: #474747. Windows color (decimal): -15641197 or 9655569. OLE color: 9655569.

HSL color Cylindrical-coordinate representation of color #115593: hue angle of 208.62º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #115593 is Cyan = 0.88, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 17 85 147 -
CMYK 0.88 0.42 0 0.42
HSL 208.62º 0.79% 0.32% -
HSV(B) 208.62º 0.88% 0.58% -
XYZ 8.75 8.72 28.83 -
YUV 71.74 170.47 88.96 -
System Red Green Blue C M Y K H S L
Decimal 17 85 147 0.88 0.42 0 0.42 208.62 0.79 0.32
Hex 11 55 93 58 2A 0 2A D1 4F 20
Octal 21 125 223 130 52 0 52 321 117 40
Binary 10001 1010101 10010011 1011000 101010 0 101010 11010001 1001111 100000

Color Harmonies of #115593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #115593

Black with #115593

Text Example


Text Example

White with #115593

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #115593; }

 p { color: rgb(17,85,147); }

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

background-color css

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

 a { background-color: rgb(17,85,147); }

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

border-color css

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

 span { border-color: rgb(17,85,147); }

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