Html Css Color HEX #116293 Endeavour

📋 copy color: '#116293'

red 17 ◦ green 98 ◦ blue 147

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

Shades of Endeavour #116293

Tints of Endeavour #116293

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 56.11%

R = 6.49%
G = 37.4%
B = 56.11%

CMYK

 C value IS 0.88

 M value IS 0.33

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#116293 (or 0x116293) is known color: Endeavour. HEX triplet: 11, 62 and 93. RGB value is (17,98,147). Sum of RGB (Red+Green+Blue) = 17+98+147=262 (34% of max value = 765). Red value is 17 (7.03% from 255 or 6.49% from 262); Green value is 98 (38.67% from 255 or 37.40% from 262); Blue value is 147 (57.81% from 255 or 56.11% from 262); Max value from RGB is 147 - color contains mainly: blue. Hex color #116293 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #116293 is #EE9D6C. Grayscale: #4F4F4F. Windows color (decimal): -15637869 or 9658897. OLE color: 9658897.

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

Color convert

RGB 17 98 147 -
CMYK 0.88 0.33 0 0.42
HSL 202.62º 0.79% 0.32% -
HSV(B) 202.62º 0.88% 0.58% -
XYZ 9.87 10.96 29.2 -
YUV 79.37 166.16 83.52 -
System Red Green Blue C M Y K H S L
Decimal 17 98 147 0.88 0.33 0 0.42 202.62 0.79 0.32
Hex 11 62 93 58 21 0 2A CB 4F 20
Octal 21 142 223 130 41 0 52 313 117 40
Binary 10001 1100010 10010011 1011000 100001 0 101010 11001011 1001111 100000

Color Harmonies of #116293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #116293

Black with #116293

Text Example


Text Example

White with #116293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #116293; }

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

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

background-color css

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

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

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

border-color css

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

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

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