Html Css Color HEX #137D9B Eastern Blue

📋 copy color: '#137D9B'

red 19 ◦ green 125 ◦ blue 155

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

Shades of Eastern Blue #137D9B

Tints of Eastern Blue #137D9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 51.84%

R = 6.35%
G = 41.81%
B = 51.84%

CMYK

 C value IS 0.88

 M value IS 0.19

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#137D9B (or 0x137D9B) is known color: Eastern Blue. HEX triplet: 13, 7D and 9B. RGB value is (19,125,155). Sum of RGB (Red+Green+Blue) = 19+125+155=299 (39% of max value = 765). Red value is 19 (7.81% from 255 or 6.35% from 299); Green value is 125 (49.22% from 255 or 41.81% from 299); Blue value is 155 (60.94% from 255 or 51.84% from 299); Max value from RGB is 155 - color contains mainly: blue. Hex color #137D9B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #137D9B is #EC8264. Grayscale: #606060. Windows color (decimal): -15499877 or 10190099. OLE color: 10190099.

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

Color convert

RGB 19 125 155 -
CMYK 0.88 0.19 0 0.39
HSL 193.24º 0.78% 0.34% -
HSV(B) 193.24º 0.88% 0.61% -
XYZ 13.52 17.17 33.61 -
YUV 96.73 160.88 72.56 -
System Red Green Blue C M Y K H S L
Decimal 19 125 155 0.88 0.19 0 0.39 193.24 0.78 0.34
Hex 13 7D 9B 58 13 0 27 C1 4E 22
Octal 23 175 233 130 23 0 47 301 116 42
Binary 10011 1111101 10011011 1011000 10011 0 100111 11000001 1001110 100010

Color Harmonies of #137D9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137D9B

Black with #137D9B

Text Example


Text Example

White with #137D9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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