Html Css Color HEX #137F94 Eastern Blue

📋 copy color: '#137F94'

red 19 ◦ green 127 ◦ blue 148

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

Shades of Eastern Blue #137F94

Tints of Eastern Blue #137F94

RGB

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

 GREEN value IS 127 (50% from 255) = 43.2%

 BLUE value IS 148 (58.2% from 255) = 50.34%

R = 6.46%
G = 43.2%
B = 50.34%

CMYK

 C value IS 0.87

 M value IS 0.14

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#137F94 (or 0x137F94) is known color: Eastern Blue. HEX triplet: 13, 7F and 94. RGB value is (19,127,148). Sum of RGB (Red+Green+Blue) = 19+127+148=294 (38% of max value = 765). Red value is 19 (7.81% from 255 or 6.46% from 294); Green value is 127 (50% from 255 or 43.20% from 294); Blue value is 148 (58.20% from 255 or 50.34% from 294); Max value from RGB is 148 - color contains mainly: blue. Hex color #137F94 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #137F94 is #EC806B. Grayscale: #606060. Windows color (decimal): -15499372 or 9731859. OLE color: 9731859.

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

Color convert

RGB 19 127 148 -
CMYK 0.87 0.14 0 0.42
HSL 189.77º 0.77% 0.33% -
HSV(B) 189.77º 0.87% 0.58% -
XYZ 13.2 17.46 30.69 -
YUV 97.1 156.72 72.29 -
System Red Green Blue C M Y K H S L
Decimal 19 127 148 0.87 0.14 0 0.42 189.77 0.77 0.33
Hex 13 7F 94 57 E 0 2A BE 4D 21
Octal 23 177 224 127 16 0 52 276 115 41
Binary 10011 1111111 10010100 1010111 1110 0 101010 10111110 1001101 100001

Color Harmonies of #137F94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137F94

Black with #137F94

Text Example


Text Example

White with #137F94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,127,148); }

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

background-color css

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

 a { background-color: rgb(19,127,148); }

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

border-color css

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

 span { border-color: rgb(19,127,148); }

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