Html Css Color HEX #138A95 Eastern Blue

📋 copy color: '#138A95'

red 19 ◦ green 138 ◦ blue 149

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

Shades of Eastern Blue #138A95

Tints of Eastern Blue #138A95

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 48.69%

R = 6.21%
G = 45.1%
B = 48.69%

CMYK

 C value IS 0.87

 M value IS 0.07

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#138A95 (or 0x138A95) is known color: Eastern Blue. HEX triplet: 13, 8A and 95. RGB value is (19,138,149). Sum of RGB (Red+Green+Blue) = 19+138+149=306 (40% of max value = 765). Red value is 19 (7.81% from 255 or 6.21% from 306); Green value is 138 (54.30% from 255 or 45.10% from 306); Blue value is 149 (58.59% from 255 or 48.69% from 306); Max value from RGB is 149 - color contains mainly: blue. Hex color #138A95 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #138A95 is #EC756A. Grayscale: #676767. Windows color (decimal): -15496555 or 9800211. OLE color: 9800211.

HSL color Cylindrical-coordinate representation of color #138A95: hue angle of 185.08º degrees, saturation: 0.77, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #138A95 is Cyan = 0.87, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 19 138 149 -
CMYK 0.87 0.07 0 0.42
HSL 185.08º 0.77% 0.33% -
HSV(B) 185.08º 0.87% 0.58% -
XYZ 14.78 20.49 31.61 -
YUV 103.67 153.58 67.61 -
System Red Green Blue C M Y K H S L
Decimal 19 138 149 0.87 0.07 0 0.42 185.08 0.77 0.33
Hex 13 8A 95 57 7 0 2A B9 4D 21
Octal 23 212 225 127 7 0 52 271 115 41
Binary 10011 10001010 10010101 1010111 111 0 101010 10111001 1001101 100001

Color Harmonies of #138A95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138A95

Black with #138A95

Text Example


Text Example

White with #138A95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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