#136091

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

Shades of Endeavour #136091

Tints of Endeavour #136091

Color information

#136091 (or 0x136091) is unknown color: approx Endeavour. HEX triplet: 13, 60 and 91. RGB value is (19,96,145). Sum of RGB (Red+Green+Blue) = 19+96+145=260 (34% of max value = 765). Red value is 19 (7.81% from 255 or 7.31% from 260); Green value is 96 (37.89% from 255 or 36.92% from 260); Blue value is 145 (57.03% from 255 or 55.77% from 260); Max value from RGB is 145 - color contains mainly: blue. Hex color #136091 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #136091 is #EC9F6E. Grayscale: #4E4E4E. Windows color (decimal): -15507311 or 9527315. OLE color: 9527315.

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

Color convert

RGB1996145-
CMYK0.870.3400.43
HSL203.33º76.83%32.16%-
HSV(B)203.33º86.9%56.86%-
XYZ9.5610.5528.32-
YUV78.56165.4985.52-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 7.31%
GREEN value IS 96 (37.89% from 255) = 36.92%
BLUE value IS 145 (57.03% from 255) = 55.77%
R=7.31%
G=36.92%
B=55.77%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal19961450.870.3400.43203.3376.8332.16
Hex136091572202Bcb4d20
Octal231402211274205331311540
Binary1001111000001001000110101111000100101011110010111001101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #136091

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #136091; }

 p { color: rgb(19,96,145); }

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

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

 a { background-color: rgb(19,96,145); }

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

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

 span { border-color: rgb(19,96,145); }

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