#138895

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

Shades of Eastern Blue #138895

Tints of Eastern Blue #138895

Color information

#138895 (or 0x138895) is unknown color: approx Eastern Blue. HEX triplet: 13, 88 and 95. RGB value is (19,136,149). Sum of RGB (Red+Green+Blue) = 19+136+149=304 (40% of max value = 765). Red value is 19 (7.81% from 255 or 6.25% from 304); Green value is 136 (53.52% from 255 or 44.74% from 304); Blue value is 149 (58.59% from 255 or 49.01% from 304); Max value from RGB is 149 - color contains mainly: blue. Hex color #138895 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #138895 is #EC776A. Grayscale: #666666. Windows color (decimal): -15497067 or 9799699. OLE color: 9799699.

HSL color Cylindrical-coordinate representation of color #138895: hue angle of 186º 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 #138895 is Cyan = 0.87, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB19136149-
CMYK0.870.0900.42
HSL186º77.38%32.94%-
HSV(B)186º87.25%58.43%-
XYZ14.519.9231.51-
YUV102.5154.2468.44-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 6.25%
GREEN value IS 136 (53.52% from 255) = 44.74%
BLUE value IS 149 (58.59% from 255) = 49.01%
R=6.25%
G=44.74%
B=49.01%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal191361490.870.0900.4218677.3832.94
Hex13889557902Aba4d21
Octal232102251271105227211541
Binary100111000100010010101101011110010101010101110101001101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #138895

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #138895; }

 p { color: rgb(19,136,149); }

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

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

 a { background-color: rgb(19,136,149); }

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

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

 span { border-color: rgb(19,136,149); }

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