Html Css Color HEX #098197 Eastern Blue

📋 copy color: '#098197'

red 9 ◦ green 129 ◦ blue 151

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

Shades of Eastern Blue #098197

Tints of Eastern Blue #098197

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 52.25%

R = 3.11%
G = 44.64%
B = 52.25%

CMYK

 C value IS 0.94

 M value IS 0.15

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#098197 (or 0x098197) is known color: Eastern Blue. HEX triplet: 09, 81 and 97. RGB value is (9,129,151). Sum of RGB (Red+Green+Blue) = 9+129+151=289 (38% of max value = 765). Red value is 9 (3.91% from 255 or 3.11% from 289); Green value is 129 (50.78% from 255 or 44.64% from 289); Blue value is 151 (59.38% from 255 or 52.25% from 289); Max value from RGB is 151 - color contains mainly: blue. Hex color #098197 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #098197 is #F67E68. Grayscale: #5F5F5F. Windows color (decimal): -16154217 or 9928969. OLE color: 9928969.

HSL color Cylindrical-coordinate representation of color #098197: hue angle of 189.3º degrees, saturation: 0.89, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #098197 is Cyan = 0.94, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 9 129 151 -
CMYK 0.94 0.15 0 0.41
HSL 189.3º 0.89% 0.31% -
HSV(B) 189.3º 0.94% 0.59% -
XYZ 13.55 17.99 32.04 -
YUV 95.63 159.24 66.21 -
System Red Green Blue C M Y K H S L
Decimal 9 129 151 0.94 0.15 0 0.41 189.3 0.89 0.31
Hex 9 81 97 5E F 0 29 BD 59 1F
Octal 11 201 227 136 17 0 51 275 131 37
Binary 1001 10000001 10010111 1011110 1111 0 101001 10111101 1011001 11111

Color Harmonies of #098197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #098197

Black with #098197

Text Example


Text Example

White with #098197

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #098197; }

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

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

background-color css

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

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

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

border-color css

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

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

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