Html Css Color HEX #116297 Endeavour

📋 copy color: '#116297'

red 17 ◦ green 98 ◦ blue 151

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

Shades of Endeavour #116297

Tints of Endeavour #116297

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 56.77%

R = 6.39%
G = 36.84%
B = 56.77%

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

#116297 (or 0x116297) is known color: Endeavour. HEX triplet: 11, 62 and 97. RGB value is (17,98,151). Sum of RGB (Red+Green+Blue) = 17+98+151=266 (35% of max value = 765). Red value is 17 (7.03% from 255 or 6.39% from 266); Green value is 98 (38.67% from 255 or 36.84% from 266); Blue value is 151 (59.38% from 255 or 56.77% from 266); Max value from RGB is 151 - color contains mainly: blue. Hex color #116297 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #116297 is #EE9D68. Grayscale: #4F4F4F. Windows color (decimal): -15637865 or 9921041. OLE color: 9921041.

HSL color Cylindrical-coordinate representation of color #116297: hue angle of 203.73º 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 #116297 is Cyan = 0.89, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 17 98 151 -
CMYK 0.89 0.35 0 0.41
HSL 203.73º 0.8% 0.33% -
HSV(B) 203.73º 0.89% 0.59% -
XYZ 10.18 11.09 30.88 -
YUV 79.82 168.16 83.19 -
System Red Green Blue C M Y K H S L
Decimal 17 98 151 0.89 0.35 0 0.41 203.73 0.8 0.33
Hex 11 62 97 59 23 0 29 CC 50 21
Octal 21 142 227 131 43 0 51 314 120 41
Binary 10001 1100010 10010111 1011001 100011 0 101001 11001100 1010000 100001

Color Harmonies of #116297

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #116297

Black with #116297

Text Example


Text Example

White with #116297

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #116297; }

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

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

background-color css

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

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

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

border-color css

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

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

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