Html Css Color HEX #138BA6 Eastern Blue

📋 copy color: '#138BA6'

red 19 ◦ green 139 ◦ blue 166

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

Shades of Eastern Blue #138BA6

Tints of Eastern Blue #138BA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 51.23%

R = 5.86%
G = 42.9%
B = 51.23%

CMYK

 C value IS 0.89

 M value IS 0.16

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#138BA6 (or 0x138BA6) is known color: Eastern Blue. HEX triplet: 13, 8B and A6. RGB value is (19,139,166). Sum of RGB (Red+Green+Blue) = 19+139+166=324 (42% of max value = 765). Red value is 19 (7.81% from 255 or 5.86% from 324); Green value is 139 (54.69% from 255 or 42.90% from 324); Blue value is 166 (65.23% from 255 or 51.23% from 324); Max value from RGB is 166 - color contains mainly: blue. Hex color #138BA6 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #138BA6 is #EC7459. Grayscale: #696969. Windows color (decimal): -15496282 or 10914579. OLE color: 10914579.

HSL color Cylindrical-coordinate representation of color #138BA6: hue angle of 191.02º degrees, saturation: 0.79, 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 #138BA6 is Cyan = 0.89, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 19 139 166 -
CMYK 0.89 0.16 0 0.35
HSL 191.02º 0.79% 0.36% -
HSV(B) 191.02º 0.89% 0.65% -
XYZ 16.38 21.36 39.34 -
YUV 106.2 161.74 65.8 -
System Red Green Blue C M Y K H S L
Decimal 19 139 166 0.89 0.16 0 0.35 191.02 0.79 0.36
Hex 13 8B A6 59 10 0 23 BF 4F 24
Octal 23 213 246 131 20 0 43 277 117 44
Binary 10011 10001011 10100110 1011001 10000 0 100011 10111111 1001111 100100

Color Harmonies of #138BA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138BA6

Black with #138BA6

Text Example


Text Example

White with #138BA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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