Html Css Color HEX #098DA4 Eastern Blue

📋 copy color: '#098DA4'

red 9 ◦ green 141 ◦ blue 164

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

Shades of Eastern Blue #098DA4

Tints of Eastern Blue #098DA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 52.23%

R = 2.87%
G = 44.9%
B = 52.23%

CMYK

 C value IS 0.95

 M value IS 0.14

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#098DA4 (or 0x098DA4) is known color: Eastern Blue. HEX triplet: 09, 8D and A4. RGB value is (9,141,164). Sum of RGB (Red+Green+Blue) = 9+141+164=314 (41% of max value = 765). Red value is 9 (3.91% from 255 or 2.87% from 314); Green value is 141 (55.47% from 255 or 44.90% from 314); Blue value is 164 (64.45% from 255 or 52.23% from 314); Max value from RGB is 164 - color contains mainly: blue. Hex color #098DA4 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #098DA4 is #F6725B. Grayscale: #676767. Windows color (decimal): -16151132 or 10784009. OLE color: 10784009.

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

Color convert

RGB 9 141 164 -
CMYK 0.95 0.14 0 0.36
HSL 188.9º 0.9% 0.34% -
HSV(B) 188.9º 0.95% 0.64% -
XYZ 16.34 21.79 38.47 -
YUV 104.15 161.77 60.13 -
System Red Green Blue C M Y K H S L
Decimal 9 141 164 0.95 0.14 0 0.36 188.9 0.9 0.34
Hex 9 8D A4 5F E 0 24 BD 5A 22
Octal 11 215 244 137 16 0 44 275 132 42
Binary 1001 10001101 10100100 1011111 1110 0 100100 10111101 1011010 100010

Color Harmonies of #098DA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #098DA4

Black with #098DA4

Text Example


Text Example

White with #098DA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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