Html Css Color HEX #098294 Eastern Blue

📋 copy color: '#098294'

red 9 ◦ green 130 ◦ blue 148

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

Shades of Eastern Blue #098294

Tints of Eastern Blue #098294

RGB

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

 GREEN value IS 130 (51.17% from 255) = 45.3%

 BLUE value IS 148 (58.2% from 255) = 51.57%

R = 3.14%
G = 45.3%
B = 51.57%

CMYK

 C value IS 0.94

 M value IS 0.12

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#098294 (or 0x098294) is known color: Eastern Blue. HEX triplet: 09, 82 and 94. RGB value is (9,130,148). Sum of RGB (Red+Green+Blue) = 9+130+148=287 (38% of max value = 765). Red value is 9 (3.91% from 255 or 3.14% from 287); Green value is 130 (51.17% from 255 or 45.30% from 287); Blue value is 148 (58.20% from 255 or 51.57% from 287); Max value from RGB is 148 - color contains mainly: blue. Hex color #098294 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #098294 is #F67D6B. Grayscale: #5F5F5F. Windows color (decimal): -16153964 or 9732617. OLE color: 9732617.

HSL color Cylindrical-coordinate representation of color #098294: hue angle of 187.77º degrees, saturation: 0.89, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #098294 is Cyan = 0.94, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 9 130 148 -
CMYK 0.94 0.12 0 0.42
HSL 187.77º 0.89% 0.31% -
HSV(B) 187.77º 0.94% 0.58% -
XYZ 13.44 18.16 30.81 -
YUV 95.87 157.41 66.04 -
System Red Green Blue C M Y K H S L
Decimal 9 130 148 0.94 0.12 0 0.42 187.77 0.89 0.31
Hex 9 82 94 5E C 0 2A BC 59 1F
Octal 11 202 224 136 14 0 52 274 131 37
Binary 1001 10000010 10010100 1011110 1100 0 101010 10111100 1011001 11111

Color Harmonies of #098294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #098294

Black with #098294

Text Example


Text Example

White with #098294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #098294; }

 p { color: rgb(9,130,148); }

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

background-color css

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

 a { background-color: rgb(9,130,148); }

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

border-color css

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

 span { border-color: rgb(9,130,148); }

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