#019199

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

Shades of Eastern Blue #019199

Tints of Eastern Blue #019199

Color information

#019199 (or 0x019199) is unknown color: approx Eastern Blue. HEX triplet: 01, 91 and 99. RGB value is (1,145,153). Sum of RGB (Red+Green+Blue) = 1+145+153=299 (39% of max value = 765). Red value is 1 (0.78% from 255 or 0.33% from 299); Green value is 145 (57.03% from 255 or 48.49% from 299); Blue value is 153 (60.16% from 255 or 51.17% from 299); Max value from RGB is 153 - color contains mainly: blue. Hex color #019199 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #019199 is #FE6E66. Grayscale: #666666. Windows color (decimal): -16674407 or 10064129. OLE color: 10064129.

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

Color convert

RGB1145153-
CMYK0.990.0500.4
HSL183.16º98.7%30.2%-
HSV(B)183.16º99.35%60%-
XYZ15.8922.5633.65-
YUV102.86156.2955.35-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.33%
GREEN value IS 145 (57.03% from 255) = 48.49%
BLUE value IS 153 (60.16% from 255) = 51.17%
R=0.33%
G=48.49%
B=51.17%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal11451530.990.0500.4183.1698.730.2
Hex19199635028b7631e
Octal1221231143505026714336
Binary110010001100110011100011101010100010110111110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #019199

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #019199; }

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

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

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

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

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

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

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

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