Html Css Color HEX #116296 Endeavour

📋 copy color: '#116296'

red 17 ◦ green 98 ◦ blue 150

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

Shades of Endeavour #116296

Tints of Endeavour #116296

RGB

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

 GREEN value IS 98 (38.67% from 255) = 36.98%

 BLUE value IS 150 (58.98% from 255) = 56.6%

R = 6.42%
G = 36.98%
B = 56.6%

CMYK

 C value IS 0.89

 M value IS 0.35

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#116296 (or 0x116296) is known color: Endeavour. HEX triplet: 11, 62 and 96. RGB value is (17,98,150). Sum of RGB (Red+Green+Blue) = 17+98+150=265 (35% of max value = 765). Red value is 17 (7.03% from 255 or 6.42% from 265); Green value is 98 (38.67% from 255 or 36.98% from 265); Blue value is 150 (58.98% from 255 or 56.60% from 265); Max value from RGB is 150 - color contains mainly: blue. Hex color #116296 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #116296 is #EE9D69. Grayscale: #4F4F4F. Windows color (decimal): -15637866 or 9855505. OLE color: 9855505.

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

Color convert

RGB 17 98 150 -
CMYK 0.89 0.35 0 0.41
HSL 203.46º 0.8% 0.33% -
HSV(B) 203.46º 0.89% 0.59% -
XYZ 10.1 11.06 30.46 -
YUV 79.71 167.66 83.27 -
System Red Green Blue C M Y K H S L
Decimal 17 98 150 0.89 0.35 0 0.41 203.46 0.8 0.33
Hex 11 62 96 59 23 0 29 CB 50 21
Octal 21 142 226 131 43 0 51 313 120 41
Binary 10001 1100010 10010110 1011001 100011 0 101001 11001011 1010000 100001

Color Harmonies of #116296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #116296

Black with #116296

Text Example


Text Example

White with #116296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #116296; }

 p { color: rgb(17,98,150); }

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

background-color css

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

 a { background-color: rgb(17,98,150); }

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

border-color css

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

 span { border-color: rgb(17,98,150); }

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