#138399

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

Shades of Eastern Blue #138399

Tints of Eastern Blue #138399

Color information

#138399 (or 0x138399) is unknown color: approx Eastern Blue. HEX triplet: 13, 83 and 99. RGB value is (19,131,153). Sum of RGB (Red+Green+Blue) = 19+131+153=303 (40% of max value = 765). Red value is 19 (7.81% from 255 or 6.27% from 303); Green value is 131 (51.56% from 255 or 43.23% from 303); Blue value is 153 (60.16% from 255 or 50.50% from 303); Max value from RGB is 153 - color contains mainly: blue. Hex color #138399 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #138399 is #EC7C66. Grayscale: #636363. Windows color (decimal): -15498343 or 10060563. OLE color: 10060563.

HSL color Cylindrical-coordinate representation of color #138399: hue angle of 189.85º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #138399 is Cyan = 0.88, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB19131153-
CMYK0.880.1400.4
HSL189.85º77.91%33.73%-
HSV(B)189.85º87.58%60%-
XYZ14.1318.6733-
YUV100.02157.8970.21-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 6.27%
GREEN value IS 131 (51.56% from 255) = 43.23%
BLUE value IS 153 (60.16% from 255) = 50.50%
R=6.27%
G=43.23%
B=50.50%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal191311530.880.1400.4189.8577.9133.73
Hex13839958E028be4e22
Octal232032311301605027611642
Binary100111000001110011001101100011100101000101111101001110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #138399

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #138399; }

 p { color: rgb(19,131,153); }

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

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

 a { background-color: rgb(19,131,153); }

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

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

 span { border-color: rgb(19,131,153); }

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