Html Css Color HEX #098198 Eastern Blue

📋 copy color: '#098198'

red 9 ◦ green 129 ◦ blue 152

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

Shades of Eastern Blue #098198

Tints of Eastern Blue #098198

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 52.41%

R = 3.1%
G = 44.48%
B = 52.41%

CMYK

 C value IS 0.94

 M value IS 0.15

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#098198 (or 0x098198) is known color: Eastern Blue. HEX triplet: 09, 81 and 98. RGB value is (9,129,152). Sum of RGB (Red+Green+Blue) = 9+129+152=290 (38% of max value = 765). Red value is 9 (3.91% from 255 or 3.10% from 290); Green value is 129 (50.78% from 255 or 44.48% from 290); Blue value is 152 (59.77% from 255 or 52.41% from 290); Max value from RGB is 152 - color contains mainly: blue. Hex color #098198 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #098198 is #F67E67. Grayscale: #5F5F5F. Windows color (decimal): -16154216 or 9994505. OLE color: 9994505.

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

Color convert

RGB 9 129 152 -
CMYK 0.94 0.15 0 0.40
HSL 189.65º 0.89% 0.32% -
HSV(B) 189.65º 0.94% 0.6% -
XYZ 13.63 18.03 32.47 -
YUV 95.74 159.74 66.13 -
System Red Green Blue C M Y K H S L
Decimal 9 129 152 0.94 0.15 0 0.40 189.65 0.89 0.32
Hex 9 81 98 5E F 0 28 BE 59 20
Octal 11 201 230 136 17 0 50 276 131 40
Binary 1001 10000001 10011000 1011110 1111 0 101000 10111110 1011001 100000

Color Harmonies of #098198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #098198

Black with #098198

Text Example


Text Example

White with #098198

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #098198; }

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

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

background-color css

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

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

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

border-color css

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

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

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