Html Css Color HEX #087A90 Eastern Blue

📋 copy color: '#087A90'

red 8 ◦ green 122 ◦ blue 144

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

Shades of Eastern Blue #087A90

Tints of Eastern Blue #087A90

RGB

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

 GREEN value IS 122 (48.05% from 255) = 44.53%

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

R = 2.92%
G = 44.53%
B = 52.55%

CMYK

 C value IS 0.94

 M value IS 0.15

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#087A90 (or 0x087A90) is known color: Eastern Blue. HEX triplet: 08, 7A and 90. RGB value is (8,122,144). Sum of RGB (Red+Green+Blue) = 8+122+144=274 (36% of max value = 765). Red value is 8 (3.52% from 255 or 2.92% from 274); Green value is 122 (48.05% from 255 or 44.53% from 274); Blue value is 144 (56.64% from 255 or 52.55% from 274); Max value from RGB is 144 - color contains mainly: blue. Hex color #087A90 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #087A90 is #F7856F. Grayscale: #5A5A5A. Windows color (decimal): -16221552 or 9468424. OLE color: 9468424.

HSL color Cylindrical-coordinate representation of color #087A90: hue angle of 189.71º 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 #087A90 is Cyan = 0.94, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 8 122 144 -
CMYK 0.94 0.15 0 0.44
HSL 189.71º 0.89% 0.3% -
HSV(B) 189.71º 0.94% 0.56% -
XYZ 12.09 15.98 28.83 -
YUV 90.42 158.23 69.21 -
System Red Green Blue C M Y K H S L
Decimal 8 122 144 0.94 0.15 0 0.44 189.71 0.89 0.3
Hex 8 7A 90 5E F 0 2C BE 59 1E
Octal 10 172 220 136 17 0 54 276 131 36
Binary 1000 1111010 10010000 1011110 1111 0 101100 10111110 1011001 11110

Color Harmonies of #087A90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #087A90

Black with #087A90

Text Example


Text Example

White with #087A90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #087A90; }

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

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

background-color css

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

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

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

border-color css

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

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

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