#138094

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

Shades of Eastern Blue #138094

Tints of Eastern Blue #138094

Color information

#138094 (or 0x138094) is unknown color: approx Eastern Blue. HEX triplet: 13, 80 and 94. RGB value is (19,128,148). Sum of RGB (Red+Green+Blue) = 19+128+148=295 (39% of max value = 765). Red value is 19 (7.81% from 255 or 6.44% from 295); Green value is 128 (50.39% from 255 or 43.39% from 295); Blue value is 148 (58.20% from 255 or 50.17% from 295); Max value from RGB is 148 - color contains mainly: blue. Hex color #138094 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #138094 is #EC7F6B. Grayscale: #616161. Windows color (decimal): -15499116 or 9732115. OLE color: 9732115.

HSL color Cylindrical-coordinate representation of color #138094: hue angle of 189.3º degrees, saturation: 0.77, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #138094 is Cyan = 0.87, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB19128148-
CMYK0.870.1400.42
HSL189.3º77.25%32.75%-
HSV(B)189.3º87.16%58.04%-
XYZ13.3317.7130.73-
YUV97.69156.3971.87-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 6.44%
GREEN value IS 128 (50.39% from 255) = 43.39%
BLUE value IS 148 (58.20% from 255) = 50.17%
R=6.44%
G=43.39%
B=50.17%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal191281480.870.1400.42189.377.2532.75
Hex13809457E02Abd4d21
Octal232002241271605227511541
Binary100111000000010010100101011111100101010101111011001101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #138094

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #138094; }

 p { color: rgb(19,128,148); }

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

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

 a { background-color: rgb(19,128,148); }

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

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

 span { border-color: rgb(19,128,148); }

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