Html Css Color HEX #098193 Eastern Blue

📋 copy color: '#098193'

red 9 ◦ green 129 ◦ blue 147

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

Shades of Eastern Blue #098193

Tints of Eastern Blue #098193

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 51.58%

R = 3.16%
G = 45.26%
B = 51.58%

CMYK

 C value IS 0.94

 M value IS 0.12

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#098193 (or 0x098193) is known color: Eastern Blue. HEX triplet: 09, 81 and 93. RGB value is (9,129,147). Sum of RGB (Red+Green+Blue) = 9+129+147=285 (37% of max value = 765). Red value is 9 (3.91% from 255 or 3.16% from 285); Green value is 129 (50.78% from 255 or 45.26% from 285); Blue value is 147 (57.81% from 255 or 51.58% from 285); Max value from RGB is 147 - color contains mainly: blue. Hex color #098193 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #098193 is #F67E6C. Grayscale: #5E5E5E. Windows color (decimal): -16154221 or 9666825. OLE color: 9666825.

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

Color convert

RGB 9 129 147 -
CMYK 0.94 0.12 0 0.42
HSL 187.83º 0.88% 0.31% -
HSV(B) 187.83º 0.94% 0.58% -
XYZ 13.23 17.87 30.35 -
YUV 95.17 157.24 66.54 -
System Red Green Blue C M Y K H S L
Decimal 9 129 147 0.94 0.12 0 0.42 187.83 0.88 0.31
Hex 9 81 93 5E C 0 2A BC 58 1F
Octal 11 201 223 136 14 0 52 274 130 37
Binary 1001 10000001 10010011 1011110 1100 0 101010 10111100 1011000 11111

Color Harmonies of #098193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #098193

Black with #098193

Text Example


Text Example

White with #098193

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #098193; }

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

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

background-color css

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

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

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

border-color css

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

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

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