Html Css Color HEX #115493 Endeavour

📋 copy color: '#115493'

red 17 ◦ green 84 ◦ blue 147

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

Shades of Endeavour #115493

Tints of Endeavour #115493

RGB

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

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

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

R = 6.85%
G = 33.87%
B = 59.27%

CMYK

 C value IS 0.88

 M value IS 0.43

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#115493 (or 0x115493) is known color: Endeavour. HEX triplet: 11, 54 and 93. RGB value is (17,84,147). Sum of RGB (Red+Green+Blue) = 17+84+147=248 (32% of max value = 765). Red value is 17 (7.03% from 255 or 6.85% from 248); Green value is 84 (33.20% from 255 or 33.87% from 248); Blue value is 147 (57.81% from 255 or 59.27% from 248); Max value from RGB is 147 - color contains mainly: blue. Hex color #115493 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #115493 is #EEAB6C. Grayscale: #464646. Windows color (decimal): -15641453 or 9655313. OLE color: 9655313.

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

Color convert

RGB 17 84 147 -
CMYK 0.88 0.43 0 0.42
HSL 209.08º 0.79% 0.32% -
HSV(B) 209.08º 0.88% 0.58% -
XYZ 8.67 8.57 28.8 -
YUV 71.15 170.8 89.38 -
System Red Green Blue C M Y K H S L
Decimal 17 84 147 0.88 0.43 0 0.42 209.08 0.79 0.32
Hex 11 54 93 58 2B 0 2A D1 4F 20
Octal 21 124 223 130 53 0 52 321 117 40
Binary 10001 1010100 10010011 1011000 101011 0 101010 11010001 1001111 100000

Color Harmonies of #115493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #115493

Black with #115493

Text Example


Text Example

White with #115493

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #115493; }

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

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

background-color css

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

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

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

border-color css

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

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

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