#019399

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

Shades of Eastern Blue #019399

Tints of Eastern Blue #019399

Color information

#019399 (or 0x019399) is unknown color: approx Eastern Blue. HEX triplet: 01, 93 and 99. RGB value is (1,147,153). Sum of RGB (Red+Green+Blue) = 1+147+153=301 (39% of max value = 765). Red value is 1 (0.78% from 255 or 0.33% from 301); Green value is 147 (57.81% from 255 or 48.84% from 301); Blue value is 153 (60.16% from 255 or 50.83% from 301); Max value from RGB is 153 - color contains mainly: blue. Hex color #019399 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #019399 is #FE6C66. Grayscale: #676767. Windows color (decimal): -16673895 or 10064641. OLE color: 10064641.

HSL color Cylindrical-coordinate representation of color #019399: hue angle of 182.37º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #019399 is Cyan = 0.99, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB1147153-
CMYK0.990.0400.4
HSL182.37º98.7%30.2%-
HSV(B)182.37º99.35%60%-
XYZ16.223.1733.76-
YUV104.03155.6354.51-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.33%
GREEN value IS 147 (57.81% from 255) = 48.84%
BLUE value IS 153 (60.16% from 255) = 50.83%
R=0.33%
G=48.84%
B=50.83%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal11471530.990.0400.4182.3798.730.2
Hex19399634028b6631e
Octal1223231143405026614336
Binary110010011100110011100011100010100010110110110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #019399

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #019399; }

 p { color: rgb(1,147,153); }

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

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

 a { background-color: rgb(1,147,153); }

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

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

 span { border-color: rgb(1,147,153); }

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