#098398

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

Shades of Eastern Blue #098398

Tints of Eastern Blue #098398

Color information

#098398 (or 0x098398) is unknown color: approx Eastern Blue. HEX triplet: 09, 83 and 98. RGB value is (9,131,152). Sum of RGB (Red+Green+Blue) = 9+131+152=292 (38% of max value = 765). Red value is 9 (3.91% from 255 or 3.08% from 292); Green value is 131 (51.56% from 255 or 44.86% from 292); Blue value is 152 (59.77% from 255 or 52.05% from 292); Max value from RGB is 152 - color contains mainly: blue. Hex color #098398 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #098398 is #F67C67. Grayscale: #606060. Windows color (decimal): -16153704 or 9995017. OLE color: 9995017.

HSL color Cylindrical-coordinate representation of color #098398: hue angle of 188.81º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #098398 is Cyan = 0.94, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB9131152-
CMYK0.940.1400.40
HSL188.81º88.82%31.57%-
HSV(B)188.81º94.08%59.61%-
XYZ13.918.5632.56-
YUV96.92159.0865.29-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.08%
GREEN value IS 131 (51.56% from 255) = 44.86%
BLUE value IS 152 (59.77% from 255) = 52.05%
R=3.08%
G=44.86%
B=52.05%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal91311520.940.1400.40188.8188.8231.57
Hex983985EE028bd5920
Octal112032301361605027513140
Binary10011000001110011000101111011100101000101111011011001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #098398

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #098398; }

 p { color: rgb(9,131,152); }

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

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

 a { background-color: rgb(9,131,152); }

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

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

 span { border-color: rgb(9,131,152); }

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