#137E95

Color #137E95 Eastern Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Eastern Blue #137E95

Tints of Eastern Blue #137E95

Color information

#137E95 (or 0x137E95) is unknown color: approx Eastern Blue. HEX triplet: 13, 7E and 95. RGB value is (19,126,149). Sum of RGB (Red+Green+Blue) = 19+126+149=294 (38% of max value = 765). Red value is 19 (7.81% from 255 or 6.46% from 294); Green value is 126 (49.61% from 255 or 42.86% from 294); Blue value is 149 (58.59% from 255 or 50.68% from 294); Max value from RGB is 149 - color contains mainly: blue. Hex color #137E95 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #137E95 is #EC816A. Grayscale: #606060. Windows color (decimal): -15499627 or 9797139. OLE color: 9797139.

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

Color convert

RGB19126149-
CMYK0.870.1500.42
HSL190.62º77.38%32.94%-
HSV(B)190.62º87.25%58.43%-
XYZ13.1517.2331.07-
YUV96.63157.5572.63-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 6.46%
GREEN value IS 126 (49.61% from 255) = 42.86%
BLUE value IS 149 (58.59% from 255) = 50.68%
R=6.46%
G=42.86%
B=50.68%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal191261490.870.1500.42190.6277.3832.94
Hex137E9557F02Abf4d21
Octal231762251271705227711541
Binary10011111111010010101101011111110101010101111111001101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #137E95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #137E95; }

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

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

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

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

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

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

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

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