#009299

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

Shades of Eastern Blue #009299

Tints of Eastern Blue #009299

Color information

#009299 (or 0x009299) is unknown color: approx Eastern Blue. HEX triplet: 00, 92 and 99. RGB value is (0,146,153). Sum of RGB (Red+Green+Blue) = 0+146+153=299 (39% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 299); Green value is 146 (57.42% from 255 or 48.83% from 299); Blue value is 153 (60.16% from 255 or 51.17% from 299); Max value from RGB is 153 - color contains mainly: blue. Hex color #009299 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #009299 is #FF6D66. Grayscale: #666666. Windows color (decimal): -16739687 or 10064384. OLE color: 10064384.

HSL color Cylindrical-coordinate representation of color #009299: hue angle of 182.75º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #009299 is Cyan = 1, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB0146153-
CMYK10.0500.4
HSL182.75º100%30%-
HSV(B)182.75º100%60%-
XYZ16.0322.8633.7-
YUV103.14156.1354.43-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 146 (57.42% from 255) = 48.83%
BLUE value IS 153 (60.16% from 255) = 51.17%
R=0%
G=48.83%
B=51.17%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal014615310.0500.4182.7510030
Hex09299645028b7641e
Octal0222231144505026714436
Binary010010010100110011100100101010100010110111110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #009299

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #009299; }

 p { color: rgb(0,146,153); }

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

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

 a { background-color: rgb(0,146,153); }

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

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

 span { border-color: rgb(0,146,153); }

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