Html Css Color HEX #098199 Eastern Blue

📋 copy color: '#098199'

red 9 ◦ green 129 ◦ blue 153

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

Shades of Eastern Blue #098199

Tints of Eastern Blue #098199

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 52.58%

R = 3.09%
G = 44.33%
B = 52.58%

CMYK

 C value IS 0.94

 M value IS 0.16

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#098199 (or 0x098199) is known color: Eastern Blue. HEX triplet: 09, 81 and 99. RGB value is (9,129,153). Sum of RGB (Red+Green+Blue) = 9+129+153=291 (38% of max value = 765). Red value is 9 (3.91% from 255 or 3.09% from 291); Green value is 129 (50.78% from 255 or 44.33% from 291); Blue value is 153 (60.16% from 255 or 52.58% from 291); Max value from RGB is 153 - color contains mainly: blue. Hex color #098199 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #098199 is #F67E66. Grayscale: #5F5F5F. Windows color (decimal): -16154215 or 10060041. OLE color: 10060041.

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

Color convert

RGB 9 129 153 -
CMYK 0.94 0.16 0 0.4
HSL 190º 0.89% 0.32% -
HSV(B) 190º 0.94% 0.6% -
XYZ 13.71 18.06 32.9 -
YUV 95.86 160.24 66.05 -
System Red Green Blue C M Y K H S L
Decimal 9 129 153 0.94 0.16 0 0.4 190 0.89 0.32
Hex 9 81 99 5E 10 0 28 BE 59 20
Octal 11 201 231 136 20 0 50 276 131 40
Binary 1001 10000001 10011001 1011110 10000 0 101000 10111110 1011001 100000

Color Harmonies of #098199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #098199

Black with #098199

Text Example


Text Example

White with #098199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #098199; }

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

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

background-color css

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

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

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

border-color css

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

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

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