#137D90

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

Shades of Eastern Blue #137D90

Tints of Eastern Blue #137D90

Color information

#137D90 (or 0x137D90) is unknown color: approx Eastern Blue. HEX triplet: 13, 7D and 90. RGB value is (19,125,144). Sum of RGB (Red+Green+Blue) = 19+125+144=288 (38% of max value = 765). Red value is 19 (7.81% from 255 or 6.60% from 288); Green value is 125 (49.22% from 255 or 43.40% from 288); Blue value is 144 (56.64% from 255 or 50% from 288); Max value from RGB is 144 - color contains mainly: blue. Hex color #137D90 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #137D90 is #EC826F. Grayscale: #5F5F5F. Windows color (decimal): -15499888 or 9469203. OLE color: 9469203.

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

Color convert

RGB19125144-
CMYK0.870.1300.44
HSL189.12º76.69%31.96%-
HSV(B)189.12º86.81%56.47%-
XYZ12.6416.8228.97-
YUV95.47155.3873.46-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 6.60%
GREEN value IS 125 (49.22% from 255) = 43.40%
BLUE value IS 144 (56.64% from 255) = 50%
R=6.60%
G=43.40%
B=50%

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
Decimal191251440.870.1300.44189.1276.6931.96
Hex137D9057D02Cbd4d20
Octal231752201271505427511540
Binary10011111110110010000101011111010101100101111011001101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #137D90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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