Html Css Color HEX #137B90 Eastern Blue

📋 copy color: '#137B90'

red 19 ◦ green 123 ◦ blue 144

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

Shades of Eastern Blue #137B90

Tints of Eastern Blue #137B90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 50.35%

R = 6.64%
G = 43.01%
B = 50.35%

CMYK

 C value IS 0.87

 M value IS 0.15

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#137B90 (or 0x137B90) is known color: Eastern Blue. HEX triplet: 13, 7B and 90. RGB value is (19,123,144). Sum of RGB (Red+Green+Blue) = 19+123+144=286 (37% of max value = 765). Red value is 19 (7.81% from 255 or 6.64% from 286); Green value is 123 (48.44% from 255 or 43.01% from 286); Blue value is 144 (56.64% from 255 or 50.35% from 286); Max value from RGB is 144 - color contains mainly: blue. Hex color #137B90 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #137B90 is #EC846F. Grayscale: #5E5E5E. Windows color (decimal): -15500400 or 9468691. OLE color: 9468691.

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

Color convert

RGB 19 123 144 -
CMYK 0.87 0.15 0 0.44
HSL 190.08º 0.77% 0.32% -
HSV(B) 190.08º 0.87% 0.56% -
XYZ 12.39 16.32 28.88 -
YUV 94.3 156.04 74.29 -
System Red Green Blue C M Y K H S L
Decimal 19 123 144 0.87 0.15 0 0.44 190.08 0.77 0.32
Hex 13 7B 90 57 F 0 2C BE 4D 20
Octal 23 173 220 127 17 0 54 276 115 40
Binary 10011 1111011 10010000 1010111 1111 0 101100 10111110 1001101 100000

Color Harmonies of #137B90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137B90

Black with #137B90

Text Example


Text Example

White with #137B90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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