Html Css Color HEX #087691 Eastern Blue

📋 copy color: '#087691'

red 8 ◦ green 118 ◦ blue 145

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

Shades of Eastern Blue #087691

Tints of Eastern Blue #087691

RGB

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

 GREEN value IS 118 (46.48% from 255) = 43.54%

 BLUE value IS 145 (57.03% from 255) = 53.51%

R = 2.95%
G = 43.54%
B = 53.51%

CMYK

 C value IS 0.94

 M value IS 0.19

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#087691 (or 0x087691) is known color: Eastern Blue. HEX triplet: 08, 76 and 91. RGB value is (8,118,145). Sum of RGB (Red+Green+Blue) = 8+118+145=271 (35% of max value = 765). Red value is 8 (3.52% from 255 or 2.95% from 271); Green value is 118 (46.48% from 255 or 43.54% from 271); Blue value is 145 (57.03% from 255 or 53.51% from 271); Max value from RGB is 145 - color contains mainly: blue. Hex color #087691 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #087691 is #F7896E. Grayscale: #575757. Windows color (decimal): -16222575 or 9532936. OLE color: 9532936.

HSL color Cylindrical-coordinate representation of color #087691: hue angle of 191.82º degrees, saturation: 0.9, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #087691 is Cyan = 0.94, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 8 118 145 -
CMYK 0.94 0.19 0 0.43
HSL 191.82º 0.9% 0.3% -
HSV(B) 191.82º 0.94% 0.57% -
XYZ 11.69 15.05 29.08 -
YUV 88.19 160.06 70.8 -
System Red Green Blue C M Y K H S L
Decimal 8 118 145 0.94 0.19 0 0.43 191.82 0.9 0.3
Hex 8 76 91 5E 13 0 2B C0 5A 1E
Octal 10 166 221 136 23 0 53 300 132 36
Binary 1000 1110110 10010001 1011110 10011 0 101011 11000000 1011010 11110

Color Harmonies of #087691

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #087691

Black with #087691

Text Example


Text Example

White with #087691

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #087691; }

 p { color: rgb(8,118,145); }

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

background-color css

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

 a { background-color: rgb(8,118,145); }

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

border-color css

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

 span { border-color: rgb(8,118,145); }

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