Html Css Color HEX #138AA0 Eastern Blue

📋 copy color: '#138AA0'

red 19 ◦ green 138 ◦ blue 160

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

Shades of Eastern Blue #138AA0

Tints of Eastern Blue #138AA0

RGB

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

 GREEN value IS 138 (54.3% from 255) = 43.53%

 BLUE value IS 160 (62.89% from 255) = 50.47%

R = 5.99%
G = 43.53%
B = 50.47%

CMYK

 C value IS 0.88

 M value IS 0.14

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#138AA0 (or 0x138AA0) is known color: Eastern Blue. HEX triplet: 13, 8A and A0. RGB value is (19,138,160). Sum of RGB (Red+Green+Blue) = 19+138+160=317 (41% of max value = 765). Red value is 19 (7.81% from 255 or 5.99% from 317); Green value is 138 (54.30% from 255 or 43.53% from 317); Blue value is 160 (62.89% from 255 or 50.47% from 317); Max value from RGB is 160 - color contains mainly: blue. Hex color #138AA0 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #138AA0 is #EC755F. Grayscale: #686868. Windows color (decimal): -15496544 or 10521107. OLE color: 10521107.

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

Color convert

RGB 19 138 160 -
CMYK 0.88 0.14 0 0.37
HSL 189.36º 0.79% 0.35% -
HSV(B) 189.36º 0.88% 0.63% -
XYZ 15.7 20.85 36.46 -
YUV 104.93 159.08 66.71 -
System Red Green Blue C M Y K H S L
Decimal 19 138 160 0.88 0.14 0 0.37 189.36 0.79 0.35
Hex 13 8A A0 58 E 0 25 BD 4F 23
Octal 23 212 240 130 16 0 45 275 117 43
Binary 10011 10001010 10100000 1011000 1110 0 100101 10111101 1001111 100011

Color Harmonies of #138AA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138AA0

Black with #138AA0

Text Example


Text Example

White with #138AA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,138,160); }

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

background-color css

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

 a { background-color: rgb(19,138,160); }

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

border-color css

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

 span { border-color: rgb(19,138,160); }

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