Html Css Color HEX #098FA4 Eastern Blue

📋 copy color: '#098FA4'

red 9 ◦ green 143 ◦ blue 164

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

Shades of Eastern Blue #098FA4

Tints of Eastern Blue #098FA4

RGB

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

 GREEN value IS 143 (56.25% from 255) = 45.25%

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

R = 2.85%
G = 45.25%
B = 51.9%

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

#098FA4 (or 0x098FA4) is known color: Eastern Blue. HEX triplet: 09, 8F and A4. RGB value is (9,143,164). Sum of RGB (Red+Green+Blue) = 9+143+164=316 (41% of max value = 765). Red value is 9 (3.91% from 255 or 2.85% from 316); Green value is 143 (56.25% from 255 or 45.25% from 316); Blue value is 164 (64.45% from 255 or 51.90% from 316); Max value from RGB is 164 - color contains mainly: blue. Hex color #098FA4 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #098FA4 is #F6705B. Grayscale: #696969. Windows color (decimal): -16150620 or 10784521. OLE color: 10784521.

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

Color convert

RGB 9 143 164 -
CMYK 0.95 0.13 0 0.36
HSL 188.13º 0.9% 0.34% -
HSV(B) 188.13º 0.95% 0.64% -
XYZ 16.64 22.38 38.57 -
YUV 105.33 161.11 59.29 -
System Red Green Blue C M Y K H S L
Decimal 9 143 164 0.95 0.13 0 0.36 188.13 0.9 0.34
Hex 9 8F A4 5F D 0 24 BC 5A 22
Octal 11 217 244 137 15 0 44 274 132 42
Binary 1001 10001111 10100100 1011111 1101 0 100100 10111100 1011010 100010

Color Harmonies of #098FA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #098FA4

Black with #098FA4

Text Example


Text Example

White with #098FA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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