#0295A6

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

Shades of Eastern Blue #0295A6

Tints of Eastern Blue #0295A6

Color information

#0295A6 (or 0x0295A6) is unknown color: approx Eastern Blue. HEX triplet: 02, 95 and A6. RGB value is (2,149,166). Sum of RGB (Red+Green+Blue) = 2+149+166=317 (41% of max value = 765). Red value is 2 (1.17% from 255 or 0.63% from 317); Green value is 149 (58.59% from 255 or 47.00% from 317); Blue value is 166 (65.23% from 255 or 52.37% from 317); Max value from RGB is 166 - color contains mainly: blue. Hex color #0295A6 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0295A6 is #FD6A59. Grayscale: #6A6A6A. Windows color (decimal): -16607834 or 10917122. OLE color: 10917122.

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

Color convert

RGB2149166-
CMYK0.990.1000.35
HSL186.22º97.62%32.94%-
HSV(B)186.22º98.8%65.1%-
XYZ17.6624.2639.83-
YUV106.98161.353.12-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.63%
GREEN value IS 149 (58.59% from 255) = 47.00%
BLUE value IS 166 (65.23% from 255) = 52.37%
R=0.63%
G=47.00%
B=52.37%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal21491660.990.1000.35186.2297.6232.94
Hex295A663A023ba6221
Octal22252461431204327214241
Binary101001010110100110110001110100100011101110101100010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0295A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0295A6; }

 p { color: rgb(2,149,166); }

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

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

 a { background-color: rgb(2,149,166); }

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

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

 span { border-color: rgb(2,149,166); }

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