Html Css Color HEX #137F99 Eastern Blue

📋 copy color: '#137F99'

red 19 ◦ green 127 ◦ blue 153

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

Shades of Eastern Blue #137F99

Tints of Eastern Blue #137F99

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 51.17%

R = 6.35%
G = 42.47%
B = 51.17%

CMYK

 C value IS 0.88

 M value IS 0.17

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#137F99 (or 0x137F99) is known color: Eastern Blue. HEX triplet: 13, 7F and 99. RGB value is (19,127,153). Sum of RGB (Red+Green+Blue) = 19+127+153=299 (39% of max value = 765). Red value is 19 (7.81% from 255 or 6.35% from 299); Green value is 127 (50% from 255 or 42.47% from 299); Blue value is 153 (60.16% from 255 or 51.17% from 299); Max value from RGB is 153 - color contains mainly: blue. Hex color #137F99 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #137F99 is #EC8066. Grayscale: #616161. Windows color (decimal): -15499367 or 10059539. OLE color: 10059539.

HSL color Cylindrical-coordinate representation of color #137F99: hue angle of 191.64º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #137F99 is Cyan = 0.88, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 19 127 153 -
CMYK 0.88 0.17 0 0.4
HSL 191.64º 0.78% 0.34% -
HSV(B) 191.64º 0.88% 0.6% -
XYZ 13.61 17.62 32.82 -
YUV 97.67 159.22 71.89 -
System Red Green Blue C M Y K H S L
Decimal 19 127 153 0.88 0.17 0 0.4 191.64 0.78 0.34
Hex 13 7F 99 58 11 0 28 C0 4E 22
Octal 23 177 231 130 21 0 50 300 116 42
Binary 10011 1111111 10011001 1011000 10001 0 101000 11000000 1001110 100010

Color Harmonies of #137F99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137F99

Black with #137F99

Text Example


Text Example

White with #137F99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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