#138B9E

Color #138B9E Eastern Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Eastern Blue #138B9E

Tints of Eastern Blue #138B9E

Color information

#138B9E (or 0x138B9E) is unknown color: approx Eastern Blue. HEX triplet: 13, 8B and 9E. RGB value is (19,139,158). Sum of RGB (Red+Green+Blue) = 19+139+158=316 (41% of max value = 765). Red value is 19 (7.81% from 255 or 6.01% from 316); Green value is 139 (54.69% from 255 or 43.99% from 316); Blue value is 158 (62.11% from 255 or 50% from 316); Max value from RGB is 158 - color contains mainly: blue. Hex color #138B9E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #138B9E is #EC7461. Grayscale: #696969. Windows color (decimal): -15496290 or 10390291. OLE color: 10390291.

HSL color Cylindrical-coordinate representation of color #138B9E: hue angle of 188.2º 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 #138B9E is Cyan = 0.88, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB19139158-
CMYK0.880.1200.38
HSL188.2º78.53%34.71%-
HSV(B)188.2º87.97%61.96%-
XYZ15.6721.0735.59-
YUV105.29157.7466.46-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 6.01%
GREEN value IS 139 (54.69% from 255) = 43.99%
BLUE value IS 158 (62.11% from 255) = 50%
R=6.01%
G=43.99%
B=50%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal191391580.880.1200.38188.278.5334.71
Hex138B9E58C026bc4f23
Octal232132361301404627411743
Binary100111000101110011110101100011000100110101111001001111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #138B9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #138B9E;
 }
 .AnyTagClassName
 {
   color: #138B9E;
 }
</style>
background-color css

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

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

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

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

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

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