#138C9E

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

Shades of Eastern Blue #138C9E

Tints of Eastern Blue #138C9E

Color information

#138C9E (or 0x138C9E) is unknown color: approx Eastern Blue. HEX triplet: 13, 8C and 9E. RGB value is (19,140,158). Sum of RGB (Red+Green+Blue) = 19+140+158=317 (41% of max value = 765). Red value is 19 (7.81% from 255 or 5.99% from 317); Green value is 140 (55.08% from 255 or 44.16% from 317); Blue value is 158 (62.11% from 255 or 49.84% from 317); Max value from RGB is 158 - color contains mainly: blue. Hex color #138C9E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #138C9E is #EC7361. Grayscale: #696969. Windows color (decimal): -15496034 or 10390547. OLE color: 10390547.

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

Color convert

RGB19140158-
CMYK0.880.1100.38
HSL187.77º78.53%34.71%-
HSV(B)187.77º87.97%61.96%-
XYZ15.8221.3635.64-
YUV105.87157.4166.04-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 5.99%
GREEN value IS 140 (55.08% from 255) = 44.16%
BLUE value IS 158 (62.11% from 255) = 49.84%
R=5.99%
G=44.16%
B=49.84%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal191401580.880.1100.38187.7778.5334.71
Hex138C9E58B026bc4f23
Octal232142361301304627411743
Binary100111000110010011110101100010110100110101111001001111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #138C9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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