Html Css Color HEX #138695 Eastern Blue

📋 copy color: '#138695'

red 19 ◦ green 134 ◦ blue 149

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

Shades of Eastern Blue #138695

Tints of Eastern Blue #138695

RGB

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

 GREEN value IS 134 (52.73% from 255) = 44.37%

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

R = 6.29%
G = 44.37%
B = 49.34%

CMYK

 C value IS 0.87

 M value IS 0.10

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#138695 (or 0x138695) is known color: Eastern Blue. HEX triplet: 13, 86 and 95. RGB value is (19,134,149). Sum of RGB (Red+Green+Blue) = 19+134+149=302 (40% of max value = 765). Red value is 19 (7.81% from 255 or 6.29% from 302); Green value is 134 (52.73% from 255 or 44.37% from 302); Blue value is 149 (58.59% from 255 or 49.34% from 302); Max value from RGB is 149 - color contains mainly: blue. Hex color #138695 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #138695 is #EC796A. Grayscale: #656565. Windows color (decimal): -15497579 or 9799187. OLE color: 9799187.

HSL color Cylindrical-coordinate representation of color #138695: hue angle of 186.92º 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 #138695 is Cyan = 0.87, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 19 134 149 -
CMYK 0.87 0.10 0 0.42
HSL 186.92º 0.77% 0.33% -
HSV(B) 186.92º 0.87% 0.58% -
XYZ 14.22 19.36 31.42 -
YUV 101.33 154.9 69.28 -
System Red Green Blue C M Y K H S L
Decimal 19 134 149 0.87 0.10 0 0.42 186.92 0.77 0.33
Hex 13 86 95 57 A 0 2A BB 4D 21
Octal 23 206 225 127 12 0 52 273 115 41
Binary 10011 10000110 10010101 1010111 1010 0 101010 10111011 1001101 100001

Color Harmonies of #138695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138695

Black with #138695

Text Example


Text Example

White with #138695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #138695; }

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

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

background-color css

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

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

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

border-color css

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

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

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