#138695

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

Shades of Eastern Blue #138695

Tints of Eastern Blue #138695

Color information

#138695 (or 0x138695) is unknown color: approx Eastern Blue. HEX triplet: 13, 86 and 95. RGB value is (19,134,149). Sum of RGB (Red+Green+Blue) = 19+134+149=302 (40% of max value = 765). Red value is 19 (7.81% from 255 or 6.29% from 302); Green value is 134 (52.73% from 255 or 44.37% from 302); Blue value is 149 (58.59% from 255 or 49.34% from 302); Max value from RGB is 149 - color contains mainly: blue. Hex color #138695 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #138695 is #EC796A. Grayscale: #656565. Windows color (decimal): -15497579 or 9799187. OLE color: 9799187.

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

Color convert

RGB19134149-
CMYK0.870.1000.42
HSL186.92º77.38%32.94%-
HSV(B)186.92º87.25%58.43%-
XYZ14.2219.3631.42-
YUV101.32154.969.28-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 6.29%
GREEN value IS 134 (52.73% from 255) = 44.37%
BLUE value IS 149 (58.59% from 255) = 49.34%
R=6.29%
G=44.37%
B=49.34%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal191341490.870.1000.42186.9277.3832.94
Hex13869557A02Abb4d21
Octal232062251271205227311541
Binary100111000011010010101101011110100101010101110111001101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #138695

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #138695; }

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

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

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

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

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

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

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

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