#138099

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

Shades of Eastern Blue #138099

Tints of Eastern Blue #138099

Color information

#138099 (or 0x138099) is unknown color: approx Eastern Blue. HEX triplet: 13, 80 and 99. RGB value is (19,128,153). Sum of RGB (Red+Green+Blue) = 19+128+153=300 (39% of max value = 765). Red value is 19 (7.81% from 255 or 6.33% from 300); Green value is 128 (50.39% from 255 or 42.67% from 300); Blue value is 153 (60.16% from 255 or 51% from 300); Max value from RGB is 153 - color contains mainly: blue. Hex color #138099 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #138099 is #EC7F66. Grayscale: #626262. Windows color (decimal): -15499111 or 10059795. OLE color: 10059795.

HSL color Cylindrical-coordinate representation of color #138099: hue angle of 191.19º 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 #138099 is Cyan = 0.88, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB19128153-
CMYK0.880.1600.4
HSL191.19º77.91%33.73%-
HSV(B)191.19º87.58%60%-
XYZ13.7417.8832.86-
YUV98.26158.8971.47-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 6.33%
GREEN value IS 128 (50.39% from 255) = 42.67%
BLUE value IS 153 (60.16% from 255) = 51%
R=6.33%
G=42.67%
B=51%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal191281530.880.1600.4191.1977.9133.73
Hex1380995810028bf4e22
Octal232002311302005027711642
Binary1001110000000100110011011000100000101000101111111001110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #138099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #138099; }

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

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

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

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

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

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

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

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