#137D94

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

Shades of Eastern Blue #137D94

Tints of Eastern Blue #137D94

Color information

#137D94 (or 0x137D94) is unknown color: approx Eastern Blue. HEX triplet: 13, 7D and 94. RGB value is (19,125,148). Sum of RGB (Red+Green+Blue) = 19+125+148=292 (38% of max value = 765). Red value is 19 (7.81% from 255 or 6.51% from 292); Green value is 125 (49.22% from 255 or 42.81% from 292); Blue value is 148 (58.20% from 255 or 50.68% from 292); Max value from RGB is 148 - color contains mainly: blue. Hex color #137D94 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #137D94 is #EC826B. Grayscale: #5F5F5F. Windows color (decimal): -15499884 or 9731347. OLE color: 9731347.

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

Color convert

RGB19125148-
CMYK0.870.1600.42
HSL190.7º77.25%32.75%-
HSV(B)190.7º87.16%58.04%-
XYZ12.9516.9430.61-
YUV95.93157.3873.13-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 6.51%
GREEN value IS 125 (49.22% from 255) = 42.81%
BLUE value IS 148 (58.20% from 255) = 50.68%
R=6.51%
G=42.81%
B=50.68%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal191251480.870.1600.42190.777.2532.75
Hex137D94571002Abf4d21
Octal231752241272005227711541
Binary100111111101100101001010111100000101010101111111001101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #137D94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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