#009098

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

Shades of Eastern Blue #009098

Tints of Eastern Blue #009098

Color information

#009098 (or 0x009098) is unknown color: approx Eastern Blue. HEX triplet: 00, 90 and 98. RGB value is (0,144,152). Sum of RGB (Red+Green+Blue) = 0+144+152=296 (39% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 296); Green value is 144 (56.64% from 255 or 48.65% from 296); Blue value is 152 (59.77% from 255 or 51.35% from 296); Max value from RGB is 152 - color contains mainly: blue. Hex color #009098 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #009098 is #FF6F67. Grayscale: #656565. Windows color (decimal): -16740200 or 9998336. OLE color: 9998336.

HSL color Cylindrical-coordinate representation of color #009098: hue angle of 183.16º 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 #009098 is Cyan = 1, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB0144152-
CMYK10.0500.40
HSL183.16º100%29.8%-
HSV(B)183.16º100%59.61%-
XYZ15.6422.2133.17-
YUV101.86156.2955.35-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 144 (56.64% from 255) = 48.65%
BLUE value IS 152 (59.77% from 255) = 51.35%
R=0%
G=48.65%
B=51.35%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal014415210.0500.40183.1610029.8
Hex09098645028b7641e
Octal0220230144505026714436
Binary010010000100110001100100101010100010110111110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #009098

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #009098; }

 p { color: rgb(0,144,152); }

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

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

 a { background-color: rgb(0,144,152); }

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

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

 span { border-color: rgb(0,144,152); }

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