#018AA8

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

Shades of Eastern Blue #018AA8

Tints of Eastern Blue #018AA8

Color information

#018AA8 (or 0x018AA8) is unknown color: approx Eastern Blue. HEX triplet: 01, 8A and A8. RGB value is (1,138,168). Sum of RGB (Red+Green+Blue) = 1+138+168=307 (40% of max value = 765). Red value is 1 (0.78% from 255 or 0.33% from 307); Green value is 138 (54.30% from 255 or 44.95% from 307); Blue value is 168 (66.02% from 255 or 54.72% from 307); Max value from RGB is 168 - color contains mainly: blue. Hex color #018AA8 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #018AA8 is #FE7557. Grayscale: #646464. Windows color (decimal): -16676184 or 11045377. OLE color: 11045377.

HSL color Cylindrical-coordinate representation of color #018AA8: hue angle of 190.78º degrees, saturation: 0.99, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #018AA8 is Cyan = 0.99, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB1138168-
CMYK0.990.1800.34
HSL190.78º98.82%33.14%-
HSV(B)190.78º99.4%65.88%-
XYZ16.1721.0140.25-
YUV100.46166.1157.06-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.33%
GREEN value IS 138 (54.30% from 255) = 44.95%
BLUE value IS 168 (66.02% from 255) = 54.72%
R=0.33%
G=44.95%
B=54.72%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal11381680.990.1800.34190.7898.8233.14
Hex18AA86312022bf6321
Octal12122501432204227714341
Binary110001010101010001100011100100100010101111111100011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #018AA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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