Html Css Color HEX #138997 Eastern Blue

📋 copy color: '#138997'

red 19 ◦ green 137 ◦ blue 151

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

Shades of Eastern Blue #138997

Tints of Eastern Blue #138997

RGB

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

 GREEN value IS 137 (53.91% from 255) = 44.63%

 BLUE value IS 151 (59.38% from 255) = 49.19%

R = 6.19%
G = 44.63%
B = 49.19%

CMYK

 C value IS 0.87

 M value IS 0.09

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#138997 (or 0x138997) is known color: Eastern Blue. HEX triplet: 13, 89 and 97. RGB value is (19,137,151). Sum of RGB (Red+Green+Blue) = 19+137+151=307 (40% of max value = 765). Red value is 19 (7.81% from 255 or 6.19% from 307); Green value is 137 (53.91% from 255 or 44.63% from 307); Blue value is 151 (59.38% from 255 or 49.19% from 307); Max value from RGB is 151 - color contains mainly: blue. Hex color #138997 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #138997 is #EC7668. Grayscale: #676767. Windows color (decimal): -15496809 or 9931027. OLE color: 9931027.

HSL color Cylindrical-coordinate representation of color #138997: hue angle of 186.36º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #138997 is Cyan = 0.87, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 19 137 151 -
CMYK 0.87 0.09 0 0.41
HSL 186.36º 0.78% 0.33% -
HSV(B) 186.36º 0.87% 0.59% -
XYZ 14.8 20.26 32.41 -
YUV 103.31 154.91 67.86 -
System Red Green Blue C M Y K H S L
Decimal 19 137 151 0.87 0.09 0 0.41 186.36 0.78 0.33
Hex 13 89 97 57 9 0 29 BA 4E 21
Octal 23 211 227 127 11 0 51 272 116 41
Binary 10011 10001001 10010111 1010111 1001 0 101001 10111010 1001110 100001

Color Harmonies of #138997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138997

Black with #138997

Text Example


Text Example

White with #138997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #138997; }

 p { color: rgb(19,137,151); }

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

background-color css

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

 a { background-color: rgb(19,137,151); }

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

border-color css

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

 span { border-color: rgb(19,137,151); }

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