Html Css Color HEX #115492 Endeavour

📋 copy color: '#115492'

red 17 ◦ green 84 ◦ blue 146

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

Shades of Endeavour #115492

Tints of Endeavour #115492

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 59.11%

R = 6.88%
G = 34.01%
B = 59.11%

CMYK

 C value IS 0.88

 M value IS 0.42

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#115492 (or 0x115492) is known color: Endeavour. HEX triplet: 11, 54 and 92. RGB value is (17,84,146). Sum of RGB (Red+Green+Blue) = 17+84+146=247 (32% of max value = 765). Red value is 17 (7.03% from 255 or 6.88% from 247); Green value is 84 (33.20% from 255 or 34.01% from 247); Blue value is 146 (57.42% from 255 or 59.11% from 247); Max value from RGB is 146 - color contains mainly: blue. Hex color #115492 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #115492 is #EEAB6D. Grayscale: #464646. Windows color (decimal): -15641454 or 9589777. OLE color: 9589777.

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

Color convert

RGB 17 84 146 -
CMYK 0.88 0.42 0 0.43
HSL 208.84º 0.79% 0.32% -
HSV(B) 208.84º 0.88% 0.57% -
XYZ 8.59 8.54 28.39 -
YUV 71.04 170.3 89.46 -
System Red Green Blue C M Y K H S L
Decimal 17 84 146 0.88 0.42 0 0.43 208.84 0.79 0.32
Hex 11 54 92 58 2A 0 2B D1 4F 20
Octal 21 124 222 130 52 0 53 321 117 40
Binary 10001 1010100 10010010 1011000 101010 0 101011 11010001 1001111 100000

Color Harmonies of #115492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #115492

Black with #115492

Text Example


Text Example

White with #115492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #115492; }

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

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

background-color css

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

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

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

border-color css

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

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

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