#137D8F

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

Shades of Eastern Blue #137D8F

Tints of Eastern Blue #137D8F

Color information

#137D8F (or 0x137D8F) is unknown color: approx Eastern Blue. HEX triplet: 13, 7D and 8F. RGB value is (19,125,143). Sum of RGB (Red+Green+Blue) = 19+125+143=287 (38% of max value = 765). Red value is 19 (7.81% from 255 or 6.62% from 287); Green value is 125 (49.22% from 255 or 43.55% from 287); Blue value is 143 (56.25% from 255 or 49.83% from 287); Max value from RGB is 143 - color contains mainly: blue. Hex color #137D8F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #137D8F is #EC8270. Grayscale: #5F5F5F. Windows color (decimal): -15499889 or 9403667. OLE color: 9403667.

HSL color Cylindrical-coordinate representation of color #137D8F: hue angle of 188.71º degrees, saturation: 0.77, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #137D8F is Cyan = 0.87, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB19125143-
CMYK0.870.1300.44
HSL188.71º76.54%31.76%-
HSV(B)188.71º86.71%56.08%-
XYZ12.5616.7928.57-
YUV95.36154.8873.54-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 6.62%
GREEN value IS 125 (49.22% from 255) = 43.55%
BLUE value IS 143 (56.25% from 255) = 49.83%
R=6.62%
G=43.55%
B=49.83%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal191251430.870.1300.44188.7176.5431.76
Hex137D8F57D02Cbd4d20
Octal231752171271505427511540
Binary10011111110110001111101011111010101100101111011001101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #137D8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,125,143); }

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

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

 a { background-color: rgb(19,125,143); }

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

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

 span { border-color: rgb(19,125,143); }

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