Html Css Color HEX #137C95 Eastern Blue

📋 copy color: '#137C95'

red 19 ◦ green 124 ◦ blue 149

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

Shades of Eastern Blue #137C95

Tints of Eastern Blue #137C95

RGB

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

 GREEN value IS 124 (48.83% from 255) = 42.47%

 BLUE value IS 149 (58.59% from 255) = 51.03%

R = 6.51%
G = 42.47%
B = 51.03%

CMYK

 C value IS 0.87

 M value IS 0.17

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#137C95 (or 0x137C95) is known color: Eastern Blue. HEX triplet: 13, 7C and 95. RGB value is (19,124,149). Sum of RGB (Red+Green+Blue) = 19+124+149=292 (38% of max value = 765). Red value is 19 (7.81% from 255 or 6.51% from 292); Green value is 124 (48.83% from 255 or 42.47% from 292); Blue value is 149 (58.59% from 255 or 51.03% from 292); Max value from RGB is 149 - color contains mainly: blue. Hex color #137C95 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #137C95 is #EC836A. Grayscale: #5F5F5F. Windows color (decimal): -15500139 or 9796627. OLE color: 9796627.

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

Color convert

RGB 19 124 149 -
CMYK 0.87 0.17 0 0.42
HSL 191.54º 0.77% 0.33% -
HSV(B) 191.54º 0.87% 0.58% -
XYZ 12.9 16.72 30.98 -
YUV 95.46 158.21 73.47 -
System Red Green Blue C M Y K H S L
Decimal 19 124 149 0.87 0.17 0 0.42 191.54 0.77 0.33
Hex 13 7C 95 57 11 0 2A C0 4D 21
Octal 23 174 225 127 21 0 52 300 115 41
Binary 10011 1111100 10010101 1010111 10001 0 101010 11000000 1001101 100001

Color Harmonies of #137C95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137C95

Black with #137C95

Text Example


Text Example

White with #137C95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,124,149); }

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

background-color css

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

 a { background-color: rgb(19,124,149); }

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

border-color css

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

 span { border-color: rgb(19,124,149); }

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