Html Css Color HEX #138B9F Eastern Blue

📋 copy color: '#138B9F'

red 19 ◦ green 139 ◦ blue 159

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

Shades of Eastern Blue #138B9F

Tints of Eastern Blue #138B9F

RGB

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

 GREEN value IS 139 (54.69% from 255) = 43.85%

 BLUE value IS 159 (62.5% from 255) = 50.16%

R = 5.99%
G = 43.85%
B = 50.16%

CMYK

 C value IS 0.88

 M value IS 0.13

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#138B9F (or 0x138B9F) is known color: Eastern Blue. HEX triplet: 13, 8B and 9F. RGB value is (19,139,159). Sum of RGB (Red+Green+Blue) = 19+139+159=317 (41% of max value = 765). Red value is 19 (7.81% from 255 or 5.99% from 317); Green value is 139 (54.69% from 255 or 43.85% from 317); Blue value is 159 (62.5% from 255 or 50.16% from 317); Max value from RGB is 159 - color contains mainly: blue. Hex color #138B9F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #138B9F is #EC7460. Grayscale: #696969. Windows color (decimal): -15496289 or 10455827. OLE color: 10455827.

HSL color Cylindrical-coordinate representation of color #138B9F: hue angle of 188.57º degrees, saturation: 0.79, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #138B9F is Cyan = 0.88, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 19 139 159 -
CMYK 0.88 0.13 0 0.38
HSL 188.57º 0.79% 0.35% -
HSV(B) 188.57º 0.88% 0.62% -
XYZ 15.76 21.11 36.04 -
YUV 105.4 158.24 66.37 -
System Red Green Blue C M Y K H S L
Decimal 19 139 159 0.88 0.13 0 0.38 188.57 0.79 0.35
Hex 13 8B 9F 58 D 0 26 BD 4F 23
Octal 23 213 237 130 15 0 46 275 117 43
Binary 10011 10001011 10011111 1011000 1101 0 100110 10111101 1001111 100011

Color Harmonies of #138B9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138B9F

Black with #138B9F

Text Example


Text Example

White with #138B9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #138B9F; }

 p { color: rgb(19,139,159); }

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

background-color css

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

 a { background-color: rgb(19,139,159); }

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

border-color css

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

 span { border-color: rgb(19,139,159); }

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