#098EA4

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

Shades of Eastern Blue #098EA4

Tints of Eastern Blue #098EA4

Color information

#098EA4 (or 0x098EA4) is unknown color: approx Eastern Blue. HEX triplet: 09, 8E and A4. RGB value is (9,142,164). Sum of RGB (Red+Green+Blue) = 9+142+164=315 (41% of max value = 765). Red value is 9 (3.91% from 255 or 2.86% from 315); Green value is 142 (55.86% from 255 or 45.08% from 315); Blue value is 164 (64.45% from 255 or 52.06% from 315); Max value from RGB is 164 - color contains mainly: blue. Hex color #098EA4 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #098EA4 is #F6715B. Grayscale: #686868. Windows color (decimal): -16150876 or 10784265. OLE color: 10784265.

HSL color Cylindrical-coordinate representation of color #098EA4: hue angle of 188.52º degrees, saturation: 0.9, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #098EA4 is Cyan = 0.95, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB9142164-
CMYK0.950.1300.36
HSL188.52º89.6%33.92%-
HSV(B)188.52º94.51%64.31%-
XYZ16.4922.0838.52-
YUV104.74161.4459.71-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 2.86%
GREEN value IS 142 (55.86% from 255) = 45.08%
BLUE value IS 164 (64.45% from 255) = 52.06%
R=2.86%
G=45.08%
B=52.06%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal91421640.950.1300.36188.5289.633.92
Hex98EA45FD024bd5a22
Octal112162441371504427513242
Binary10011000111010100100101111111010100100101111011011010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #098EA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #098EA4; }

 p { color: rgb(9,142,164); }

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

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

 a { background-color: rgb(9,142,164); }

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

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

 span { border-color: rgb(9,142,164); }

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