Html Css Color HEX #138BA7 Eastern Blue

📋 copy color: '#138BA7'

red 19 ◦ green 139 ◦ blue 167

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

Shades of Eastern Blue #138BA7

Tints of Eastern Blue #138BA7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 51.38%

R = 5.85%
G = 42.77%
B = 51.38%

CMYK

 C value IS 0.89

 M value IS 0.17

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#138BA7 (or 0x138BA7) is known color: Eastern Blue. HEX triplet: 13, 8B and A7. RGB value is (19,139,167). Sum of RGB (Red+Green+Blue) = 19+139+167=325 (43% of max value = 765). Red value is 19 (7.81% from 255 or 5.85% from 325); Green value is 139 (54.69% from 255 or 42.77% from 325); Blue value is 167 (65.62% from 255 or 51.38% from 325); Max value from RGB is 167 - color contains mainly: blue. Hex color #138BA7 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #138BA7 is #EC7458. Grayscale: #6A6A6A. Windows color (decimal): -15496281 or 10980115. OLE color: 10980115.

HSL color Cylindrical-coordinate representation of color #138BA7: hue angle of 191.35º degrees, saturation: 0.8, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #138BA7 is Cyan = 0.89, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 19 139 167 -
CMYK 0.89 0.17 0 0.35
HSL 191.35º 0.8% 0.36% -
HSV(B) 191.35º 0.89% 0.65% -
XYZ 16.48 21.39 39.82 -
YUV 106.31 162.24 65.72 -
System Red Green Blue C M Y K H S L
Decimal 19 139 167 0.89 0.17 0 0.35 191.35 0.8 0.36
Hex 13 8B A7 59 11 0 23 BF 50 24
Octal 23 213 247 131 21 0 43 277 120 44
Binary 10011 10001011 10100111 1011001 10001 0 100011 10111111 1010000 100100

Color Harmonies of #138BA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138BA7

Black with #138BA7

Text Example


Text Example

White with #138BA7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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