#138395

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

Shades of Eastern Blue #138395

Tints of Eastern Blue #138395

Color information

#138395 (or 0x138395) is unknown color: approx Eastern Blue. HEX triplet: 13, 83 and 95. RGB value is (19,131,149). Sum of RGB (Red+Green+Blue) = 19+131+149=299 (39% of max value = 765). Red value is 19 (7.81% from 255 or 6.35% from 299); Green value is 131 (51.56% from 255 or 43.81% from 299); Blue value is 149 (58.59% from 255 or 49.83% from 299); Max value from RGB is 149 - color contains mainly: blue. Hex color #138395 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #138395 is #EC7C6A. Grayscale: #636363. Windows color (decimal): -15498347 or 9798419. OLE color: 9798419.

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

Color convert

RGB19131149-
CMYK0.870.1200.42
HSL188.31º77.38%32.94%-
HSV(B)188.31º87.25%58.43%-
XYZ13.8118.5431.28-
YUV99.56155.8970.54-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 6.35%
GREEN value IS 131 (51.56% from 255) = 43.81%
BLUE value IS 149 (58.59% from 255) = 49.83%
R=6.35%
G=43.81%
B=49.83%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal191311490.870.1200.42188.3177.3832.94
Hex13839557C02Abc4d21
Octal232032251271405227411541
Binary100111000001110010101101011111000101010101111001001101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #138395

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #138395; }

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

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

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

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

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

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

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

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