#018AAC

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

Shades of Eastern Blue #018AAC

Tints of Eastern Blue #018AAC

Color information

#018AAC (or 0x018AAC) is unknown color: approx Eastern Blue. HEX triplet: 01, 8A and AC. RGB value is (1,138,172). Sum of RGB (Red+Green+Blue) = 1+138+172=311 (41% of max value = 765). Red value is 1 (0.78% from 255 or 0.32% from 311); Green value is 138 (54.30% from 255 or 44.37% from 311); Blue value is 172 (67.58% from 255 or 55.31% from 311); Max value from RGB is 172 - color contains mainly: blue. Hex color #018AAC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #018AAC is #FE7553. Grayscale: #646464. Windows color (decimal): -16676180 or 11307521. OLE color: 11307521.

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

Color convert

RGB1138172-
CMYK0.990.2000.33
HSL191.93º98.84%33.92%-
HSV(B)191.93º99.42%67.45%-
XYZ16.5521.1642.24-
YUV100.91168.1156.74-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.32%
GREEN value IS 138 (54.30% from 255) = 44.37%
BLUE value IS 172 (67.58% from 255) = 55.31%
R=0.32%
G=44.37%
B=55.31%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal11381720.990.2000.33191.9398.8433.92
Hex18AAC6314021c06322
Octal12122541432404130014342
Binary110001010101011001100011101000100001110000001100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #018AAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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