Html Css Color HEX #137D98 Eastern Blue

📋 copy color: '#137D98'

red 19 ◦ green 125 ◦ blue 152

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

Shades of Eastern Blue #137D98

Tints of Eastern Blue #137D98

RGB

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

 GREEN value IS 125 (49.22% from 255) = 42.23%

 BLUE value IS 152 (59.77% from 255) = 51.35%

R = 6.42%
G = 42.23%
B = 51.35%

CMYK

 C value IS 0.87

 M value IS 0.18

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#137D98 (or 0x137D98) is known color: Eastern Blue. HEX triplet: 13, 7D and 98. RGB value is (19,125,152). Sum of RGB (Red+Green+Blue) = 19+125+152=296 (39% of max value = 765). Red value is 19 (7.81% from 255 or 6.42% from 296); Green value is 125 (49.22% from 255 or 42.23% from 296); Blue value is 152 (59.77% from 255 or 51.35% from 296); Max value from RGB is 152 - color contains mainly: blue. Hex color #137D98 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #137D98 is #EC8267. Grayscale: #606060. Windows color (decimal): -15499880 or 9993491. OLE color: 9993491.

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

Color convert

RGB 19 125 152 -
CMYK 0.87 0.18 0 0.40
HSL 192.18º 0.78% 0.34% -
HSV(B) 192.18º 0.88% 0.6% -
XYZ 13.27 17.07 32.3 -
YUV 96.38 159.38 72.8 -
System Red Green Blue C M Y K H S L
Decimal 19 125 152 0.87 0.18 0 0.40 192.18 0.78 0.34
Hex 13 7D 98 57 12 0 28 C0 4E 22
Octal 23 175 230 127 22 0 50 300 116 42
Binary 10011 1111101 10011000 1010111 10010 0 101000 11000000 1001110 100010

Color Harmonies of #137D98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137D98

Black with #137D98

Text Example


Text Example

White with #137D98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,125,152); }

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

background-color css

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

 a { background-color: rgb(19,125,152); }

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

border-color css

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

 span { border-color: rgb(19,125,152); }

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