Html Css Color HEX #098EA4 Eastern Blue

📋 copy color: '#098EA4'

red 9 ◦ green 142 ◦ blue 164

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

Shades of Eastern Blue #098EA4

Tints of Eastern Blue #098EA4

RGB

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

 GREEN value IS 142 (55.86% from 255) = 45.08%

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

R = 2.86%
G = 45.08%
B = 52.06%

CMYK

 C value IS 0.95

 M value IS 0.13

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#098EA4 (or 0x098EA4) is known color: Eastern Blue. HEX triplet: 09, 8E and A4. RGB value is (9,142,164). Sum of RGB (Red+Green+Blue) = 9+142+164=315 (41% of max value = 765). Red value is 9 (3.91% from 255 or 2.86% from 315); Green value is 142 (55.86% from 255 or 45.08% from 315); Blue value is 164 (64.45% from 255 or 52.06% from 315); Max value from RGB is 164 - color contains mainly: blue. Hex color #098EA4 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #098EA4 is #F6715B. Grayscale: #686868. Windows color (decimal): -16150876 or 10784265. OLE color: 10784265.

HSL color Cylindrical-coordinate representation of color #098EA4: hue angle of 188.52º 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 #098EA4 is Cyan = 0.95, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 9 142 164 -
CMYK 0.95 0.13 0 0.36
HSL 188.52º 0.9% 0.34% -
HSV(B) 188.52º 0.95% 0.64% -
XYZ 16.49 22.08 38.52 -
YUV 104.74 161.44 59.71 -
System Red Green Blue C M Y K H S L
Decimal 9 142 164 0.95 0.13 0 0.36 188.52 0.9 0.34
Hex 9 8E A4 5F D 0 24 BD 5A 22
Octal 11 216 244 137 15 0 44 275 132 42
Binary 1001 10001110 10100100 1011111 1101 0 100100 10111101 1011010 100010

Color Harmonies of #098EA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #098EA4

Black with #098EA4

Text Example


Text Example

White with #098EA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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