Html Css Color HEX #098192 Eastern Blue

📋 copy color: '#098192'

red 9 ◦ green 129 ◦ blue 146

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

Shades of Eastern Blue #098192

Tints of Eastern Blue #098192

RGB

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

 GREEN value IS 129 (50.78% from 255) = 45.42%

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

R = 3.17%
G = 45.42%
B = 51.41%

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

#098192 (or 0x098192) is known color: Eastern Blue. HEX triplet: 09, 81 and 92. RGB value is (9,129,146). Sum of RGB (Red+Green+Blue) = 9+129+146=284 (37% of max value = 765). Red value is 9 (3.91% from 255 or 3.17% from 284); Green value is 129 (50.78% from 255 or 45.42% from 284); Blue value is 146 (57.42% from 255 or 51.41% from 284); Max value from RGB is 146 - color contains mainly: blue. Hex color #098192 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #098192 is #F67E6D. Grayscale: #5E5E5E. Windows color (decimal): -16154222 or 9601289. OLE color: 9601289.

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

Color convert

RGB 9 129 146 -
CMYK 0.94 0.12 0 0.43
HSL 187.45º 0.88% 0.3% -
HSV(B) 187.45º 0.94% 0.57% -
XYZ 13.15 17.83 29.94 -
YUV 95.06 156.74 66.62 -
System Red Green Blue C M Y K H S L
Decimal 9 129 146 0.94 0.12 0 0.43 187.45 0.88 0.3
Hex 9 81 92 5E C 0 2B BB 58 1E
Octal 11 201 222 136 14 0 53 273 130 36
Binary 1001 10000001 10010010 1011110 1100 0 101011 10111011 1011000 11110

Color Harmonies of #098192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #098192

Black with #098192

Text Example


Text Example

White with #098192

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #098192; }

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

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

background-color css

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

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

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

border-color css

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

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

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