Html Css Color HEX #116498 Endeavour

📋 copy color: '#116498'

red 17 ◦ green 100 ◦ blue 152

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

Shades of Endeavour #116498

Tints of Endeavour #116498

RGB

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

 GREEN value IS 100 (39.45% from 255) = 37.17%

 BLUE value IS 152 (59.77% from 255) = 56.51%

R = 6.32%
G = 37.17%
B = 56.51%

CMYK

 C value IS 0.89

 M value IS 0.34

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#116498 (or 0x116498) is known color: Endeavour. HEX triplet: 11, 64 and 98. RGB value is (17,100,152). Sum of RGB (Red+Green+Blue) = 17+100+152=269 (35% of max value = 765). Red value is 17 (7.03% from 255 or 6.32% from 269); Green value is 100 (39.45% from 255 or 37.17% from 269); Blue value is 152 (59.77% from 255 or 56.51% from 269); Max value from RGB is 152 - color contains mainly: blue. Hex color #116498 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #116498 is #EE9B67. Grayscale: #505050. Windows color (decimal): -15637352 or 9987089. OLE color: 9987089.

HSL color Cylindrical-coordinate representation of color #116498: hue angle of 203.11º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #116498 is Cyan = 0.89, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 17 100 152 -
CMYK 0.89 0.34 0 0.40
HSL 203.11º 0.8% 0.33% -
HSV(B) 203.11º 0.89% 0.6% -
XYZ 10.46 11.5 31.37 -
YUV 81.11 168 82.27 -
System Red Green Blue C M Y K H S L
Decimal 17 100 152 0.89 0.34 0 0.40 203.11 0.8 0.33
Hex 11 64 98 59 22 0 28 CB 50 21
Octal 21 144 230 131 42 0 50 313 120 41
Binary 10001 1100100 10011000 1011001 100010 0 101000 11001011 1010000 100001

Color Harmonies of #116498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #116498

Black with #116498

Text Example


Text Example

White with #116498

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #116498; }

 p { color: rgb(17,100,152); }

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

background-color css

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

 a { background-color: rgb(17,100,152); }

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

border-color css

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

 span { border-color: rgb(17,100,152); }

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