Html Css Color HEX #115494 Endeavour

📋 copy color: '#115494'

red 17 ◦ green 84 ◦ blue 148

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

Shades of Endeavour #115494

Tints of Endeavour #115494

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 59.44%

R = 6.83%
G = 33.73%
B = 59.44%

CMYK

 C value IS 0.89

 M value IS 0.43

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#115494 (or 0x115494) is known color: Endeavour. HEX triplet: 11, 54 and 94. RGB value is (17,84,148). Sum of RGB (Red+Green+Blue) = 17+84+148=249 (32% of max value = 765). Red value is 17 (7.03% from 255 or 6.83% from 249); Green value is 84 (33.20% from 255 or 33.73% from 249); Blue value is 148 (58.20% from 255 or 59.44% from 249); Max value from RGB is 148 - color contains mainly: blue. Hex color #115494 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #115494 is #EEAB6B. Grayscale: #464646. Windows color (decimal): -15641452 or 9720849. OLE color: 9720849.

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

Color convert

RGB 17 84 148 -
CMYK 0.89 0.43 0 0.42
HSL 209.31º 0.79% 0.32% -
HSV(B) 209.31º 0.89% 0.58% -
XYZ 8.75 8.6 29.22 -
YUV 71.26 171.3 89.3 -
System Red Green Blue C M Y K H S L
Decimal 17 84 148 0.89 0.43 0 0.42 209.31 0.79 0.32
Hex 11 54 94 59 2B 0 2A D1 4F 20
Octal 21 124 224 131 53 0 52 321 117 40
Binary 10001 1010100 10010100 1011001 101011 0 101010 11010001 1001111 100000

Color Harmonies of #115494

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #115494

Black with #115494

Text Example


Text Example

White with #115494

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #115494; }

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

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

background-color css

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

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

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

border-color css

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

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

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