#137A96

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

Shades of Eastern Blue #137A96

Tints of Eastern Blue #137A96

Color information

#137A96 (or 0x137A96) is unknown color: approx Eastern Blue. HEX triplet: 13, 7A and 96. RGB value is (19,122,150). Sum of RGB (Red+Green+Blue) = 19+122+150=291 (38% of max value = 765). Red value is 19 (7.81% from 255 or 6.53% from 291); Green value is 122 (48.05% from 255 or 41.92% from 291); Blue value is 150 (58.98% from 255 or 51.55% from 291); Max value from RGB is 150 - color contains mainly: blue. Hex color #137A96 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #137A96 is #EC8569. Grayscale: #5E5E5E. Windows color (decimal): -15500650 or 9861651. OLE color: 9861651.

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

Color convert

RGB19122150-
CMYK0.870.1900.41
HSL192.82º77.51%33.14%-
HSV(B)192.82º87.33%58.82%-
XYZ12.7316.2631.32-
YUV94.39159.3874.22-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 6.53%
GREEN value IS 122 (48.05% from 255) = 41.92%
BLUE value IS 150 (58.98% from 255) = 51.55%
R=6.53%
G=41.92%
B=51.55%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal191221500.870.1900.41192.8277.5133.14
Hex137A965713029c14e21
Octal231722261272305130111641
Binary100111111010100101101010111100110101001110000011001110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #137A96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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