Html Css Color HEX #138AAA Eastern Blue

📋 copy color: '#138AAA'

red 19 ◦ green 138 ◦ blue 170

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

Shades of Eastern Blue #138AAA

Tints of Eastern Blue #138AAA

RGB

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

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

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

R = 5.81%
G = 42.2%
B = 51.99%

CMYK

 C value IS 0.89

 M value IS 0.19

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#138AAA (or 0x138AAA) is known color: Eastern Blue. HEX triplet: 13, 8A and AA. RGB value is (19,138,170). Sum of RGB (Red+Green+Blue) = 19+138+170=327 (43% of max value = 765). Red value is 19 (7.81% from 255 or 5.81% from 327); Green value is 138 (54.30% from 255 or 42.20% from 327); Blue value is 170 (66.80% from 255 or 51.99% from 327); Max value from RGB is 170 - color contains mainly: blue. Hex color #138AAA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #138AAA is #EC7555. Grayscale: #696969. Windows color (decimal): -15496534 or 11176467. OLE color: 11176467.

HSL color Cylindrical-coordinate representation of color #138AAA: hue angle of 192.72º 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 #138AAA is Cyan = 0.89, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 19 138 170 -
CMYK 0.89 0.19 0 0.33
HSL 192.72º 0.8% 0.37% -
HSV(B) 192.72º 0.89% 0.67% -
XYZ 16.61 21.22 41.25 -
YUV 106.07 164.08 65.9 -
System Red Green Blue C M Y K H S L
Decimal 19 138 170 0.89 0.19 0 0.33 192.72 0.8 0.37
Hex 13 8A AA 59 13 0 21 C1 50 25
Octal 23 212 252 131 23 0 41 301 120 45
Binary 10011 10001010 10101010 1011001 10011 0 100001 11000001 1010000 100101

Color Harmonies of #138AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138AAA

Black with #138AAA

Text Example


Text Example

White with #138AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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