#136695

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

Shades of Endeavour #136695

Tints of Endeavour #136695

Color information

#136695 (or 0x136695) is unknown color: approx Endeavour. HEX triplet: 13, 66 and 95. RGB value is (19,102,149). Sum of RGB (Red+Green+Blue) = 19+102+149=270 (35% of max value = 765). Red value is 19 (7.81% from 255 or 7.04% from 270); Green value is 102 (40.23% from 255 or 37.78% from 270); Blue value is 149 (58.59% from 255 or 55.19% from 270); Max value from RGB is 149 - color contains mainly: blue. Hex color #136695 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #136695 is #EC996A. Grayscale: #525252. Windows color (decimal): -15505771 or 9790995. OLE color: 9790995.

HSL color Cylindrical-coordinate representation of color #136695: hue angle of 201.69º 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 #136695 is Cyan = 0.87, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB19102149-
CMYK0.870.3200.42
HSL201.69º77.38%32.94%-
HSV(B)201.69º87.25%58.43%-
XYZ10.4411.8130.16-
YUV82.54165.582.68-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 7.04%
GREEN value IS 102 (40.23% from 255) = 37.78%
BLUE value IS 149 (58.59% from 255) = 55.19%
R=7.04%
G=37.78%
B=55.19%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal191021490.870.3200.42201.6977.3832.94
Hex136695572002Aca4d21
Octal231462251274005231211541
Binary1001111001101001010110101111000000101010110010101001101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #136695

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #136695; }

 p { color: rgb(19,102,149); }

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

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

 a { background-color: rgb(19,102,149); }

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

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

 span { border-color: rgb(19,102,149); }

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