Html Css Color HEX #138BAA Eastern Blue

📋 copy color: '#138BAA'

red 19 ◦ green 139 ◦ blue 170

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

Shades of Eastern Blue #138BAA

Tints of Eastern Blue #138BAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 51.83%

R = 5.79%
G = 42.38%
B = 51.83%

CMYK

 C value IS 0.89

 M value IS 0.18

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#138BAA (or 0x138BAA) is known color: Eastern Blue. HEX triplet: 13, 8B and AA. RGB value is (19,139,170). Sum of RGB (Red+Green+Blue) = 19+139+170=328 (43% of max value = 765). Red value is 19 (7.81% from 255 or 5.79% from 328); Green value is 139 (54.69% from 255 or 42.38% from 328); Blue value is 170 (66.80% from 255 or 51.83% from 328); Max value from RGB is 170 - color contains mainly: blue. Hex color #138BAA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #138BAA is #EC7455. Grayscale: #6A6A6A. Windows color (decimal): -15496278 or 11176723. OLE color: 11176723.

HSL color Cylindrical-coordinate representation of color #138BAA: hue angle of 192.32º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #138BAA is Cyan = 0.89, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 19 139 170 -
CMYK 0.89 0.18 0 0.33
HSL 192.32º 0.8% 0.37% -
HSV(B) 192.32º 0.89% 0.67% -
XYZ 16.76 21.51 41.3 -
YUV 106.65 163.74 65.48 -
System Red Green Blue C M Y K H S L
Decimal 19 139 170 0.89 0.18 0 0.33 192.32 0.8 0.37
Hex 13 8B AA 59 12 0 21 C0 50 25
Octal 23 213 252 131 22 0 41 300 120 45
Binary 10011 10001011 10101010 1011001 10010 0 100001 11000000 1010000 100101

Color Harmonies of #138BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138BAA

Black with #138BAA

Text Example


Text Example

White with #138BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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