Html Css Color HEX #137B92 Eastern Blue

📋 copy color: '#137B92'

red 19 ◦ green 123 ◦ blue 146

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

Shades of Eastern Blue #137B92

Tints of Eastern Blue #137B92

RGB

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

 GREEN value IS 123 (48.44% from 255) = 42.71%

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

R = 6.6%
G = 42.71%
B = 50.69%

CMYK

 C value IS 0.87

 M value IS 0.16

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#137B92 (or 0x137B92) is known color: Eastern Blue. HEX triplet: 13, 7B and 92. RGB value is (19,123,146). Sum of RGB (Red+Green+Blue) = 19+123+146=288 (38% of max value = 765). Red value is 19 (7.81% from 255 or 6.60% from 288); Green value is 123 (48.44% from 255 or 42.71% from 288); Blue value is 146 (57.42% from 255 or 50.69% from 288); Max value from RGB is 146 - color contains mainly: blue. Hex color #137B92 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #137B92 is #EC846D. Grayscale: #5E5E5E. Windows color (decimal): -15500398 or 9599763. OLE color: 9599763.

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

Color convert

RGB 19 123 146 -
CMYK 0.87 0.16 0 0.43
HSL 190.87º 0.77% 0.32% -
HSV(B) 190.87º 0.87% 0.57% -
XYZ 12.54 16.38 29.69 -
YUV 94.53 157.04 74.13 -
System Red Green Blue C M Y K H S L
Decimal 19 123 146 0.87 0.16 0 0.43 190.87 0.77 0.32
Hex 13 7B 92 57 10 0 2B BF 4D 20
Octal 23 173 222 127 20 0 53 277 115 40
Binary 10011 1111011 10010010 1010111 10000 0 101011 10111111 1001101 100000

Color Harmonies of #137B92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137B92

Black with #137B92

Text Example


Text Example

White with #137B92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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