#137D92

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

Shades of Eastern Blue #137D92

Tints of Eastern Blue #137D92

Color information

#137D92 (or 0x137D92) is unknown color: approx Eastern Blue. HEX triplet: 13, 7D and 92. RGB value is (19,125,146). Sum of RGB (Red+Green+Blue) = 19+125+146=290 (38% of max value = 765). Red value is 19 (7.81% from 255 or 6.55% from 290); Green value is 125 (49.22% from 255 or 43.10% from 290); Blue value is 146 (57.42% from 255 or 50.34% from 290); Max value from RGB is 146 - color contains mainly: blue. Hex color #137D92 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #137D92 is #EC826D. Grayscale: #5F5F5F. Windows color (decimal): -15499886 or 9600275. OLE color: 9600275.

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

Color convert

RGB19125146-
CMYK0.870.1400.43
HSL189.92º76.97%32.35%-
HSV(B)189.92º86.99%57.25%-
XYZ12.7916.8829.78-
YUV95.7156.3873.29-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 6.55%
GREEN value IS 125 (49.22% from 255) = 43.10%
BLUE value IS 146 (57.42% from 255) = 50.34%
R=6.55%
G=43.10%
B=50.34%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal191251460.870.1400.43189.9276.9732.35
Hex137D9257E02Bbe4d20
Octal231752221271605327611540
Binary10011111110110010010101011111100101011101111101001101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #137D92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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