Html Css Color HEX #138E9E Eastern Blue

📋 copy color: '#138E9E'

red 19 ◦ green 142 ◦ blue 158

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

Shades of Eastern Blue #138E9E

Tints of Eastern Blue #138E9E

RGB

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

 GREEN value IS 142 (55.86% from 255) = 44.51%

 BLUE value IS 158 (62.11% from 255) = 49.53%

R = 5.96%
G = 44.51%
B = 49.53%

CMYK

 C value IS 0.88

 M value IS 0.10

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#138E9E (or 0x138E9E) is known color: Eastern Blue. HEX triplet: 13, 8E and 9E. RGB value is (19,142,158). Sum of RGB (Red+Green+Blue) = 19+142+158=319 (42% of max value = 765). Red value is 19 (7.81% from 255 or 5.96% from 319); Green value is 142 (55.86% from 255 or 44.51% from 319); Blue value is 158 (62.11% from 255 or 49.53% from 319); Max value from RGB is 158 - color contains mainly: blue. Hex color #138E9E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #138E9E is #EC7161. Grayscale: #6A6A6A. Windows color (decimal): -15495522 or 10391059. OLE color: 10391059.

HSL color Cylindrical-coordinate representation of color #138E9E: hue angle of 186.91º degrees, saturation: 0.79, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #138E9E is Cyan = 0.88, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 19 142 158 -
CMYK 0.88 0.10 0 0.38
HSL 186.91º 0.79% 0.35% -
HSV(B) 186.91º 0.88% 0.62% -
XYZ 16.11 21.95 35.74 -
YUV 107.05 156.75 65.2 -
System Red Green Blue C M Y K H S L
Decimal 19 142 158 0.88 0.10 0 0.38 186.91 0.79 0.35
Hex 13 8E 9E 58 A 0 26 BB 4F 23
Octal 23 216 236 130 12 0 46 273 117 43
Binary 10011 10001110 10011110 1011000 1010 0 100110 10111011 1001111 100011

Color Harmonies of #138E9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138E9E

Black with #138E9E

Text Example


Text Example

White with #138E9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,142,158); }

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

background-color css

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

 a { background-color: rgb(19,142,158); }

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

border-color css

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

 span { border-color: rgb(19,142,158); }

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