Html Css Color HEX #098092 Eastern Blue

📋 copy color: '#098092'

red 9 ◦ green 128 ◦ blue 146

#098092
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Eastern Blue #098092

Tints of Eastern Blue #098092

RGB

 RED value IS 9 (3.91% from 255) = 3.18%

 GREEN value IS 128 (50.39% from 255) = 45.23%

 BLUE value IS 146 (57.42% from 255) = 51.59%

R = 3.18%
G = 45.23%
B = 51.59%

CMYK

 C value IS 0.94

 M value IS 0.12

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#098092 (or 0x098092) is known color: Eastern Blue. HEX triplet: 09, 80 and 92. RGB value is (9,128,146). Sum of RGB (Red+Green+Blue) = 9+128+146=283 (37% of max value = 765). Red value is 9 (3.91% from 255 or 3.18% from 283); Green value is 128 (50.39% from 255 or 45.23% from 283); Blue value is 146 (57.42% from 255 or 51.59% from 283); Max value from RGB is 146 - color contains mainly: blue. Hex color #098092 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #098092 is #F67F6D. Grayscale: #5E5E5E. Windows color (decimal): -16154478 or 9601033. OLE color: 9601033.

HSL color Cylindrical-coordinate representation of color #098092: hue angle of 187.88º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #098092 is Cyan = 0.94, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 9 128 146 -
CMYK 0.94 0.12 0 0.43
HSL 187.88º 0.88% 0.3% -
HSV(B) 187.88º 0.94% 0.57% -
XYZ 13.02 17.57 29.9 -
YUV 94.47 157.08 67.04 -
System Red Green Blue C M Y K H S L
Decimal 9 128 146 0.94 0.12 0 0.43 187.88 0.88 0.3
Hex 9 80 92 5E C 0 2B BC 58 1E
Octal 11 200 222 136 14 0 53 274 130 36
Binary 1001 10000000 10010010 1011110 1100 0 101011 10111100 1011000 11110

Color Harmonies of #098092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #098092

Black with #098092

Text Example


Text Example

White with #098092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #098092; }

 p { color: rgb(9,128,146); }

 H1.HeaderClassName
 {
   color: #098092;
 }
 .AnyTagClassName
 {
   color: #098092;
 }
</style>

background-color css

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

 a { background-color: rgb(9,128,146); }

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

border-color css

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

 span { border-color: rgb(9,128,146); }

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