Html Css Color HEX #138CAA Eastern Blue

📋 copy color: '#138CAA'

red 19 ◦ green 140 ◦ blue 170

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

Shades of Eastern Blue #138CAA

Tints of Eastern Blue #138CAA

RGB

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

 GREEN value IS 140 (55.08% from 255) = 42.55%

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

R = 5.78%
G = 42.55%
B = 51.67%

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

#138CAA (or 0x138CAA) is known color: Eastern Blue. HEX triplet: 13, 8C and AA. RGB value is (19,140,170). Sum of RGB (Red+Green+Blue) = 19+140+170=329 (43% of max value = 765). Red value is 19 (7.81% from 255 or 5.78% from 329); Green value is 140 (55.08% from 255 or 42.55% from 329); Blue value is 170 (66.80% from 255 or 51.67% from 329); Max value from RGB is 170 - color contains mainly: blue. Hex color #138CAA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #138CAA is #EC7355. Grayscale: #6B6B6B. Windows color (decimal): -15496022 or 11176979. OLE color: 11176979.

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

Color convert

RGB 19 140 170 -
CMYK 0.89 0.18 0 0.33
HSL 191.92º 0.8% 0.37% -
HSV(B) 191.92º 0.89% 0.67% -
XYZ 16.9 21.8 41.35 -
YUV 107.24 163.41 65.06 -
System Red Green Blue C M Y K H S L
Decimal 19 140 170 0.89 0.18 0 0.33 191.92 0.8 0.37
Hex 13 8C AA 59 12 0 21 C0 50 25
Octal 23 214 252 131 22 0 41 300 120 45
Binary 10011 10001100 10101010 1011001 10010 0 100001 11000000 1010000 100101

Color Harmonies of #138CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138CAA

Black with #138CAA

Text Example


Text Example

White with #138CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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