#137C95

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

Shades of Eastern Blue #137C95

Tints of Eastern Blue #137C95

Color information

#137C95 (or 0x137C95) is unknown color: approx Eastern Blue. HEX triplet: 13, 7C and 95. RGB value is (19,124,149). Sum of RGB (Red+Green+Blue) = 19+124+149=292 (38% of max value = 765). Red value is 19 (7.81% from 255 or 6.51% from 292); Green value is 124 (48.83% from 255 or 42.47% from 292); Blue value is 149 (58.59% from 255 or 51.03% from 292); Max value from RGB is 149 - color contains mainly: blue. Hex color #137C95 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #137C95 is #EC836A. Grayscale: #5F5F5F. Windows color (decimal): -15500139 or 9796627. OLE color: 9796627.

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

Color convert

RGB19124149-
CMYK0.870.1700.42
HSL191.54º77.38%32.94%-
HSV(B)191.54º87.25%58.43%-
XYZ12.916.7230.98-
YUV95.46158.2173.47-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 6.51%
GREEN value IS 124 (48.83% from 255) = 42.47%
BLUE value IS 149 (58.59% from 255) = 51.03%
R=6.51%
G=42.47%
B=51.03%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal191241490.870.1700.42191.5477.3832.94
Hex137C95571102Ac04d21
Octal231742251272105230011541
Binary100111111100100101011010111100010101010110000001001101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #137C95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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