#138A9E

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

Shades of Eastern Blue #138A9E

Tints of Eastern Blue #138A9E

Color information

#138A9E (or 0x138A9E) is unknown color: approx Eastern Blue. HEX triplet: 13, 8A and 9E. RGB value is (19,138,158). Sum of RGB (Red+Green+Blue) = 19+138+158=315 (41% of max value = 765). Red value is 19 (7.81% from 255 or 6.03% from 315); Green value is 138 (54.30% from 255 or 43.81% from 315); Blue value is 158 (62.11% from 255 or 50.16% from 315); Max value from RGB is 158 - color contains mainly: blue. Hex color #138A9E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #138A9E is #EC7561. Grayscale: #686868. Windows color (decimal): -15496546 or 10390035. OLE color: 10390035.

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

Color convert

RGB19138158-
CMYK0.880.1300.38
HSL188.63º78.53%34.71%-
HSV(B)188.63º87.97%61.96%-
XYZ15.5320.7835.54-
YUV104.7158.0866.87-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 6.03%
GREEN value IS 138 (54.30% from 255) = 43.81%
BLUE value IS 158 (62.11% from 255) = 50.16%
R=6.03%
G=43.81%
B=50.16%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal191381580.880.1300.38188.6378.5334.71
Hex138A9E58D026bd4f23
Octal232122361301504627511743
Binary100111000101010011110101100011010100110101111011001111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #138A9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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