#028AA5

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

Shades of Eastern Blue #028AA5

Tints of Eastern Blue #028AA5

Color information

#028AA5 (or 0x028AA5) is unknown color: approx Eastern Blue. HEX triplet: 02, 8A and A5. RGB value is (2,138,165). Sum of RGB (Red+Green+Blue) = 2+138+165=305 (40% of max value = 765). Red value is 2 (1.17% from 255 or 0.66% from 305); Green value is 138 (54.30% from 255 or 45.25% from 305); Blue value is 165 (64.84% from 255 or 54.10% from 305); Max value from RGB is 165 - color contains mainly: blue. Hex color #028AA5 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #028AA5 is #FD755A. Grayscale: #646464. Windows color (decimal): -16610651 or 10848770. OLE color: 10848770.

HSL color Cylindrical-coordinate representation of color #028AA5: hue angle of 189.94º degrees, saturation: 0.98, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #028AA5 is Cyan = 0.99, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB2138165-
CMYK0.990.1600.35
HSL189.94º97.6%32.75%-
HSV(B)189.94º98.79%64.71%-
XYZ15.9120.9138.79-
YUV100.41164.4457.8-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.66%
GREEN value IS 138 (54.30% from 255) = 45.25%
BLUE value IS 165 (64.84% from 255) = 54.10%
R=0.66%
G=45.25%
B=54.10%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal21381650.990.1600.35189.9497.632.75
Hex28AA56310023be6221
Octal22122451432004327614241
Binary1010001010101001011100011100000100011101111101100010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #028AA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #028AA5; }

 p { color: rgb(2,138,165); }

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

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

 a { background-color: rgb(2,138,165); }

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

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

 span { border-color: rgb(2,138,165); }

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