#136193

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

Shades of Endeavour #136193

Tints of Endeavour #136193

Color information

#136193 (or 0x136193) is unknown color: approx Endeavour. HEX triplet: 13, 61 and 93. RGB value is (19,97,147). Sum of RGB (Red+Green+Blue) = 19+97+147=263 (34% of max value = 765). Red value is 19 (7.81% from 255 or 7.22% from 263); Green value is 97 (38.28% from 255 or 36.88% from 263); Blue value is 147 (57.81% from 255 or 55.89% from 263); Max value from RGB is 147 - color contains mainly: blue. Hex color #136193 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #136193 is #EC9E6C. Grayscale: #4F4F4F. Windows color (decimal): -15507053 or 9658643. OLE color: 9658643.

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

Color convert

RGB1997147-
CMYK0.870.3400.42
HSL203.44º77.11%32.55%-
HSV(B)203.44º87.07%57.65%-
XYZ9.8110.7929.17-
YUV79.38166.1684.93-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 7.22%
GREEN value IS 97 (38.28% from 255) = 36.88%
BLUE value IS 147 (57.81% from 255) = 55.89%
R=7.22%
G=36.88%
B=55.89%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal19971470.870.3400.42203.4477.1132.55
Hex136193572202Acb4d21
Octal231412231274205231311541
Binary1001111000011001001110101111000100101010110010111001101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #136193

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #136193; }

 p { color: rgb(19,97,147); }

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

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

 a { background-color: rgb(19,97,147); }

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

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

 span { border-color: rgb(19,97,147); }

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