Html Css Color HEX #138BA4 Eastern Blue

📋 copy color: '#138BA4'

red 19 ◦ green 139 ◦ blue 164

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

Shades of Eastern Blue #138BA4

Tints of Eastern Blue #138BA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 50.93%

R = 5.9%
G = 43.17%
B = 50.93%

CMYK

 C value IS 0.88

 M value IS 0.15

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#138BA4 (or 0x138BA4) is known color: Eastern Blue. HEX triplet: 13, 8B and A4. RGB value is (19,139,164). Sum of RGB (Red+Green+Blue) = 19+139+164=322 (42% of max value = 765). Red value is 19 (7.81% from 255 or 5.90% from 322); Green value is 139 (54.69% from 255 or 43.17% from 322); Blue value is 164 (64.45% from 255 or 50.93% from 322); Max value from RGB is 164 - color contains mainly: blue. Hex color #138BA4 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #138BA4 is #EC745B. Grayscale: #696969. Windows color (decimal): -15496284 or 10783507. OLE color: 10783507.

HSL color Cylindrical-coordinate representation of color #138BA4: hue angle of 190.34º degrees, saturation: 0.79, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #138BA4 is Cyan = 0.88, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 19 139 164 -
CMYK 0.88 0.15 0 0.36
HSL 190.34º 0.79% 0.36% -
HSV(B) 190.34º 0.88% 0.64% -
XYZ 16.2 21.28 38.38 -
YUV 105.97 160.74 65.97 -
System Red Green Blue C M Y K H S L
Decimal 19 139 164 0.88 0.15 0 0.36 190.34 0.79 0.36
Hex 13 8B A4 58 F 0 24 BE 4F 24
Octal 23 213 244 130 17 0 44 276 117 44
Binary 10011 10001011 10100100 1011000 1111 0 100100 10111110 1001111 100100

Color Harmonies of #138BA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138BA4

Black with #138BA4

Text Example


Text Example

White with #138BA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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