#136096

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

Shades of Endeavour #136096

Tints of Endeavour #136096

Color information

#136096 (or 0x136096) is unknown color: approx Endeavour. HEX triplet: 13, 60 and 96. RGB value is (19,96,150). Sum of RGB (Red+Green+Blue) = 19+96+150=265 (35% of max value = 765). Red value is 19 (7.81% from 255 or 7.17% from 265); Green value is 96 (37.89% from 255 or 36.23% from 265); Blue value is 150 (58.98% from 255 or 56.60% from 265); Max value from RGB is 150 - color contains mainly: blue. Hex color #136096 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #136096 is #EC9F69. Grayscale: #4E4E4E. Windows color (decimal): -15507306 or 9854995. OLE color: 9854995.

HSL color Cylindrical-coordinate representation of color #136096: hue angle of 204.73º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #136096 is Cyan = 0.87, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB1996150-
CMYK0.870.3600.41
HSL204.73º77.51%33.14%-
HSV(B)204.73º87.33%58.82%-
XYZ9.9610.7130.4-
YUV79.13167.9985.11-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 7.17%
GREEN value IS 96 (37.89% from 255) = 36.23%
BLUE value IS 150 (58.98% from 255) = 56.60%
R=7.17%
G=36.23%
B=56.60%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal19961500.870.3600.41204.7377.5133.14
Hex1360965724029cd4e21
Octal231402261274405131511641
Binary1001111000001001011010101111001000101001110011011001110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #136096

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #136096; }

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

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

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

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

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

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

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

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