Html Css Color HEX #087890 Eastern Blue

📋 copy color: '#087890'

red 8 ◦ green 120 ◦ blue 144

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

Shades of Eastern Blue #087890

Tints of Eastern Blue #087890

RGB

 RED value IS 8 (3.52% from 255) = 2.94%

 GREEN value IS 120 (47.27% from 255) = 44.12%

 BLUE value IS 144 (56.64% from 255) = 52.94%

R = 2.94%
G = 44.12%
B = 52.94%

CMYK

 C value IS 0.94

 M value IS 0.17

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#087890 (or 0x087890) is known color: Eastern Blue. HEX triplet: 08, 78 and 90. RGB value is (8,120,144). Sum of RGB (Red+Green+Blue) = 8+120+144=272 (36% of max value = 765). Red value is 8 (3.52% from 255 or 2.94% from 272); Green value is 120 (47.27% from 255 or 44.12% from 272); Blue value is 144 (56.64% from 255 or 52.94% from 272); Max value from RGB is 144 - color contains mainly: blue. Hex color #087890 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #087890 is #F7876F. Grayscale: #595959. Windows color (decimal): -16222064 or 9467912. OLE color: 9467912.

HSL color Cylindrical-coordinate representation of color #087890: hue angle of 190.59º degrees, saturation: 0.89, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #087890 is Cyan = 0.94, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 8 120 144 -
CMYK 0.94 0.17 0 0.44
HSL 190.59º 0.89% 0.3% -
HSV(B) 190.59º 0.94% 0.56% -
XYZ 11.85 15.5 28.75 -
YUV 89.25 158.89 70.05 -
System Red Green Blue C M Y K H S L
Decimal 8 120 144 0.94 0.17 0 0.44 190.59 0.89 0.3
Hex 8 78 90 5E 11 0 2C BF 59 1E
Octal 10 170 220 136 21 0 54 277 131 36
Binary 1000 1111000 10010000 1011110 10001 0 101100 10111111 1011001 11110

Color Harmonies of #087890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #087890

Black with #087890

Text Example


Text Example

White with #087890

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #087890; }

 p { color: rgb(8,120,144); }

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

background-color css

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

 a { background-color: rgb(8,120,144); }

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

border-color css

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

 span { border-color: rgb(8,120,144); }

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