Html Css Color HEX #098DA2 Eastern Blue

📋 copy color: '#098DA2'

red 9 ◦ green 141 ◦ blue 162

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

Shades of Eastern Blue #098DA2

Tints of Eastern Blue #098DA2

RGB

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

 GREEN value IS 141 (55.47% from 255) = 45.19%

 BLUE value IS 162 (63.67% from 255) = 51.92%

R = 2.88%
G = 45.19%
B = 51.92%

CMYK

 C value IS 0.94

 M value IS 0.13

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#098DA2 (or 0x098DA2) is known color: Eastern Blue. HEX triplet: 09, 8D and A2. RGB value is (9,141,162). Sum of RGB (Red+Green+Blue) = 9+141+162=312 (41% of max value = 765). Red value is 9 (3.91% from 255 or 2.88% from 312); Green value is 141 (55.47% from 255 or 45.19% from 312); Blue value is 162 (63.67% from 255 or 51.92% from 312); Max value from RGB is 162 - color contains mainly: blue. Hex color #098DA2 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #098DA2 is #F6725D. Grayscale: #676767. Windows color (decimal): -16151134 or 10652937. OLE color: 10652937.

HSL color Cylindrical-coordinate representation of color #098DA2: hue angle of 188.24º degrees, saturation: 0.89, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #098DA2 is Cyan = 0.94, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 9 141 162 -
CMYK 0.94 0.13 0 0.36
HSL 188.24º 0.89% 0.34% -
HSV(B) 188.24º 0.94% 0.64% -
XYZ 16.16 21.72 37.52 -
YUV 103.93 160.77 60.29 -
System Red Green Blue C M Y K H S L
Decimal 9 141 162 0.94 0.13 0 0.36 188.24 0.89 0.34
Hex 9 8D A2 5E D 0 24 BC 59 22
Octal 11 215 242 136 15 0 44 274 131 42
Binary 1001 10001101 10100010 1011110 1101 0 100100 10111100 1011001 100010

Color Harmonies of #098DA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #098DA2

Black with #098DA2

Text Example


Text Example

White with #098DA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #098DA2; }

 p { color: rgb(9,141,162); }

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

background-color css

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

 a { background-color: rgb(9,141,162); }

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

border-color css

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

 span { border-color: rgb(9,141,162); }

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