Html Css Color HEX #098292 Eastern Blue

📋 copy color: '#098292'

red 9 ◦ green 130 ◦ blue 146

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

Shades of Eastern Blue #098292

Tints of Eastern Blue #098292

RGB

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

 GREEN value IS 130 (51.17% from 255) = 45.61%

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

R = 3.16%
G = 45.61%
B = 51.23%

CMYK

 C value IS 0.94

 M value IS 0.11

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#098292 (or 0x098292) is known color: Eastern Blue. HEX triplet: 09, 82 and 92. RGB value is (9,130,146). Sum of RGB (Red+Green+Blue) = 9+130+146=285 (37% of max value = 765). Red value is 9 (3.91% from 255 or 3.16% from 285); Green value is 130 (51.17% from 255 or 45.61% from 285); Blue value is 146 (57.42% from 255 or 51.23% from 285); Max value from RGB is 146 - color contains mainly: blue. Hex color #098292 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #098292 is #F67D6D. Grayscale: #5F5F5F. Windows color (decimal): -16153966 or 9601545. OLE color: 9601545.

HSL color Cylindrical-coordinate representation of color #098292: hue angle of 187.01º 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 #098292 is Cyan = 0.94, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 9 130 146 -
CMYK 0.94 0.11 0 0.43
HSL 187.01º 0.88% 0.3% -
HSV(B) 187.01º 0.94% 0.57% -
XYZ 13.28 18.1 29.99 -
YUV 95.65 156.41 66.2 -
System Red Green Blue C M Y K H S L
Decimal 9 130 146 0.94 0.11 0 0.43 187.01 0.88 0.3
Hex 9 82 92 5E B 0 2B BB 58 1E
Octal 11 202 222 136 13 0 53 273 130 36
Binary 1001 10000010 10010010 1011110 1011 0 101011 10111011 1011000 11110

Color Harmonies of #098292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #098292

Black with #098292

Text Example


Text Example

White with #098292

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #098292; }

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

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

background-color css

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

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

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

border-color css

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

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

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