#116292

Color #116292 Endeavour (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Endeavour #116292

Tints of Endeavour #116292

Color information

#116292 (or 0x116292) is unknown color: approx Endeavour. HEX triplet: 11, 62 and 92. RGB value is (17,98,146). Sum of RGB (Red+Green+Blue) = 17+98+146=261 (34% of max value = 765). Red value is 17 (7.03% from 255 or 6.51% from 261); Green value is 98 (38.67% from 255 or 37.55% from 261); Blue value is 146 (57.42% from 255 or 55.94% from 261); Max value from RGB is 146 - color contains mainly: blue. Hex color #116292 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #116292 is #EE9D6D. Grayscale: #4E4E4E. Windows color (decimal): -15637870 or 9593361. OLE color: 9593361.

HSL color Cylindrical-coordinate representation of color #116292: hue angle of 202.33º 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 #116292 is Cyan = 0.88, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB1798146-
CMYK0.880.3300.43
HSL202.33º79.14%31.96%-
HSV(B)202.33º88.36%57.25%-
XYZ9.7910.9328.79-
YUV79.25165.6683.6-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 6.51%
GREEN value IS 98 (38.67% from 255) = 37.55%
BLUE value IS 146 (57.42% from 255) = 55.94%
R=6.51%
G=37.55%
B=55.94%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal17981460.880.3300.43202.3379.1431.96
Hex116292582102Bca4f20
Octal211422221304105331211740
Binary1000111000101001001010110001000010101011110010101001111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #116292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #116292; }

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

 H1.HeaderClassName
 {
   color: #116292;
 }
 .AnyTagClassName
 {
   color: #116292;
 }
</style>
background-color css

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

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

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

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

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

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