Html Css Color HEX #098CA5 Eastern Blue

📋 copy color: '#098CA5'

red 9 ◦ green 140 ◦ blue 165

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

Shades of Eastern Blue #098CA5

Tints of Eastern Blue #098CA5

RGB

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

 GREEN value IS 140 (55.08% from 255) = 44.59%

 BLUE value IS 165 (64.84% from 255) = 52.55%

R = 2.87%
G = 44.59%
B = 52.55%

CMYK

 C value IS 0.95

 M value IS 0.15

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#098CA5 (or 0x098CA5) is known color: Eastern Blue. HEX triplet: 09, 8C and A5. RGB value is (9,140,165). Sum of RGB (Red+Green+Blue) = 9+140+165=314 (41% of max value = 765). Red value is 9 (3.91% from 255 or 2.87% from 314); Green value is 140 (55.08% from 255 or 44.59% from 314); Blue value is 165 (64.84% from 255 or 52.55% from 314); Max value from RGB is 165 - color contains mainly: blue. Hex color #098CA5 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #098CA5 is #F6735A. Grayscale: #676767. Windows color (decimal): -16151387 or 10849289. OLE color: 10849289.

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

Color convert

RGB 9 140 165 -
CMYK 0.95 0.15 0 0.35
HSL 189.62º 0.9% 0.34% -
HSV(B) 189.62º 0.95% 0.65% -
XYZ 16.28 21.53 38.9 -
YUV 103.68 162.6 60.47 -
System Red Green Blue C M Y K H S L
Decimal 9 140 165 0.95 0.15 0 0.35 189.62 0.9 0.34
Hex 9 8C A5 5F F 0 23 BE 5A 22
Octal 11 214 245 137 17 0 43 276 132 42
Binary 1001 10001100 10100101 1011111 1111 0 100011 10111110 1011010 100010

Color Harmonies of #098CA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #098CA5

Black with #098CA5

Text Example


Text Example

White with #098CA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,140,165); }

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

background-color css

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

 a { background-color: rgb(9,140,165); }

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

border-color css

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

 span { border-color: rgb(9,140,165); }

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