Html Css Color HEX #138AAC Eastern Blue

📋 copy color: '#138AAC'

red 19 ◦ green 138 ◦ blue 172

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

Shades of Eastern Blue #138AAC

Tints of Eastern Blue #138AAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 52.28%

R = 5.78%
G = 41.95%
B = 52.28%

CMYK

 C value IS 0.89

 M value IS 0.20

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#138AAC (or 0x138AAC) is known color: Eastern Blue. HEX triplet: 13, 8A and AC. RGB value is (19,138,172). Sum of RGB (Red+Green+Blue) = 19+138+172=329 (43% of max value = 765). Red value is 19 (7.81% from 255 or 5.78% from 329); Green value is 138 (54.30% from 255 or 41.95% from 329); Blue value is 172 (67.58% from 255 or 52.28% from 329); Max value from RGB is 172 - color contains mainly: blue. Hex color #138AAC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #138AAC is #EC7553. Grayscale: #6A6A6A. Windows color (decimal): -15496532 or 11307539. OLE color: 11307539.

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

Color convert

RGB 19 138 172 -
CMYK 0.89 0.20 0 0.33
HSL 193.33º 0.8% 0.37% -
HSV(B) 193.33º 0.89% 0.67% -
XYZ 16.8 21.29 42.25 -
YUV 106.3 165.08 65.74 -
System Red Green Blue C M Y K H S L
Decimal 19 138 172 0.89 0.20 0 0.33 193.33 0.8 0.37
Hex 13 8A AC 59 14 0 21 C1 50 25
Octal 23 212 254 131 24 0 41 301 120 45
Binary 10011 10001010 10101100 1011001 10100 0 100001 11000001 1010000 100101

Color Harmonies of #138AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138AAC

Black with #138AAC

Text Example


Text Example

White with #138AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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