#138A9F

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

Shades of Eastern Blue #138A9F

Tints of Eastern Blue #138A9F

Color information

#138A9F (or 0x138A9F) is unknown color: approx Eastern Blue. HEX triplet: 13, 8A and 9F. RGB value is (19,138,159). Sum of RGB (Red+Green+Blue) = 19+138+159=316 (41% of max value = 765). Red value is 19 (7.81% from 255 or 6.01% from 316); Green value is 138 (54.30% from 255 or 43.67% from 316); Blue value is 159 (62.5% from 255 or 50.32% from 316); Max value from RGB is 159 - color contains mainly: blue. Hex color #138A9F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #138A9F is #EC7560. Grayscale: #686868. Windows color (decimal): -15496545 or 10455571. OLE color: 10455571.

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

Color convert

RGB19138159-
CMYK0.880.1300.38
HSL189º78.65%34.9%-
HSV(B)189º88.05%62.35%-
XYZ15.6220.8236-
YUV104.81158.5866.79-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 6.01%
GREEN value IS 138 (54.30% from 255) = 43.67%
BLUE value IS 159 (62.5% from 255) = 50.32%
R=6.01%
G=43.67%
B=50.32%

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
Decimal191381590.880.1300.3818978.6534.9
Hex138A9F58D026bd4f23
Octal232122371301504627511743
Binary100111000101010011111101100011010100110101111011001111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #138A9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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