#02929A

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

Shades of Eastern Blue #02929A

Tints of Eastern Blue #02929A

Color information

#02929A (or 0x02929A) is unknown color: approx Eastern Blue. HEX triplet: 02, 92 and 9A. RGB value is (2,146,154). Sum of RGB (Red+Green+Blue) = 2+146+154=302 (40% of max value = 765). Red value is 2 (1.17% from 255 or 0.66% from 302); Green value is 146 (57.42% from 255 or 48.34% from 302); Blue value is 154 (60.55% from 255 or 50.99% from 302); Max value from RGB is 154 - color contains mainly: blue. Hex color #02929A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #02929A is #FD6D65. Grayscale: #676767. Windows color (decimal): -16608614 or 10129922. OLE color: 10129922.

HSL color Cylindrical-coordinate representation of color #02929A: hue angle of 183.16º degrees, saturation: 0.97, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02929A is Cyan = 0.99, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB2146154-
CMYK0.990.0500.40
HSL183.16º97.44%30.59%-
HSV(B)183.16º98.7%60.39%-
XYZ16.1422.934.14-
YUV103.86156.2955.35-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.66%
GREEN value IS 146 (57.42% from 255) = 48.34%
BLUE value IS 154 (60.55% from 255) = 50.99%
R=0.66%
G=48.34%
B=50.99%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal21461540.990.0500.40183.1697.4430.59
Hex2929A635028b7611f
Octal2222232143505026714137
Binary1010010010100110101100011101010100010110111110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02929A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02929A; }

 p { color: rgb(2,146,154); }

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

<style>
 a { background-color: #02929A; }

 a { background-color: rgb(2,146,154); }

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

<style>
 span { border-color: #02929A; }

 span { border-color: rgb(2,146,154); }

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