#018A99

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

Shades of Eastern Blue #018A99

Tints of Eastern Blue #018A99

Color information

#018A99 (or 0x018A99) is unknown color: approx Eastern Blue. HEX triplet: 01, 8A and 99. RGB value is (1,138,153). Sum of RGB (Red+Green+Blue) = 1+138+153=292 (38% of max value = 765). Red value is 1 (0.78% from 255 or 0.34% from 292); Green value is 138 (54.30% from 255 or 47.26% from 292); Blue value is 153 (60.16% from 255 or 52.40% from 292); Max value from RGB is 153 - color contains mainly: blue. Hex color #018A99 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #018A99 is #FE7566. Grayscale: #626262. Windows color (decimal): -16676199 or 10062337. OLE color: 10062337.

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

Color convert

RGB1138153-
CMYK0.990.1000.4
HSL185.92º98.7%30.2%-
HSV(B)185.92º99.35%60%-
XYZ14.8520.4833.31-
YUV98.75158.6158.28-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.34%
GREEN value IS 138 (54.30% from 255) = 47.26%
BLUE value IS 153 (60.16% from 255) = 52.40%
R=0.34%
G=47.26%
B=52.40%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal11381530.990.1000.4185.9298.730.2
Hex18A9963A028ba631e
Octal12122311431205027214336
Binary1100010101001100111000111010010100010111010110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #018A99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #018A99; }

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

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

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

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

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

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

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

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