Html Css Color HEX #137D93 Eastern Blue

📋 copy color: '#137D93'

red 19 ◦ green 125 ◦ blue 147

#137D93
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Eastern Blue #137D93

Tints of Eastern Blue #137D93

RGB

 RED value IS 19 (7.81% from 255) = 6.53%

 GREEN value IS 125 (49.22% from 255) = 42.96%

 BLUE value IS 147 (57.81% from 255) = 50.52%

R = 6.53%
G = 42.96%
B = 50.52%

CMYK

 C value IS 0.87

 M value IS 0.15

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#137D93 (or 0x137D93) is known color: Eastern Blue. HEX triplet: 13, 7D and 93. RGB value is (19,125,147). Sum of RGB (Red+Green+Blue) = 19+125+147=291 (38% of max value = 765). Red value is 19 (7.81% from 255 or 6.53% from 291); Green value is 125 (49.22% from 255 or 42.96% from 291); Blue value is 147 (57.81% from 255 or 50.52% from 291); Max value from RGB is 147 - color contains mainly: blue. Hex color #137D93 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #137D93 is #EC826C. Grayscale: #5F5F5F. Windows color (decimal): -15499885 or 9665811. OLE color: 9665811.

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

Color convert

RGB 19 125 147 -
CMYK 0.87 0.15 0 0.42
HSL 190.31º 0.77% 0.33% -
HSV(B) 190.31º 0.87% 0.58% -
XYZ 12.87 16.91 30.19 -
YUV 95.81 156.88 73.21 -
System Red Green Blue C M Y K H S L
Decimal 19 125 147 0.87 0.15 0 0.42 190.31 0.77 0.33
Hex 13 7D 93 57 F 0 2A BE 4D 21
Octal 23 175 223 127 17 0 52 276 115 41
Binary 10011 1111101 10010011 1010111 1111 0 101010 10111110 1001101 100001

Color Harmonies of #137D93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137D93

Black with #137D93

Text Example


Text Example

White with #137D93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #137D93;
 }
 .AnyTagClassName
 {
   color: #137D93;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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