Html Css Color HEX #137C92 Eastern Blue

📋 copy color: '#137C92'

red 19 ◦ green 124 ◦ blue 146

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

Shades of Eastern Blue #137C92

Tints of Eastern Blue #137C92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 50.52%

R = 6.57%
G = 42.91%
B = 50.52%

CMYK

 C value IS 0.87

 M value IS 0.15

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#137C92 (or 0x137C92) is known color: Eastern Blue. HEX triplet: 13, 7C and 92. RGB value is (19,124,146). Sum of RGB (Red+Green+Blue) = 19+124+146=289 (38% of max value = 765). Red value is 19 (7.81% from 255 or 6.57% from 289); Green value is 124 (48.83% from 255 or 42.91% from 289); Blue value is 146 (57.42% from 255 or 50.52% from 289); Max value from RGB is 146 - color contains mainly: blue. Hex color #137C92 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #137C92 is #EC836D. Grayscale: #5E5E5E. Windows color (decimal): -15500142 or 9600019. OLE color: 9600019.

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

Color convert

RGB 19 124 146 -
CMYK 0.87 0.15 0 0.43
HSL 190.39º 0.77% 0.32% -
HSV(B) 190.39º 0.87% 0.57% -
XYZ 12.66 16.63 29.74 -
YUV 95.11 156.71 73.71 -
System Red Green Blue C M Y K H S L
Decimal 19 124 146 0.87 0.15 0 0.43 190.39 0.77 0.32
Hex 13 7C 92 57 F 0 2B BE 4D 20
Octal 23 174 222 127 17 0 53 276 115 40
Binary 10011 1111100 10010010 1010111 1111 0 101011 10111110 1001101 100000

Color Harmonies of #137C92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137C92

Black with #137C92

Text Example


Text Example

White with #137C92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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