Html Css Color HEX #087791 Eastern Blue

📋 copy color: '#087791'

red 8 ◦ green 119 ◦ blue 145

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

Shades of Eastern Blue #087791

Tints of Eastern Blue #087791

RGB

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

 GREEN value IS 119 (46.88% from 255) = 43.75%

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

R = 2.94%
G = 43.75%
B = 53.31%

CMYK

 C value IS 0.94

 M value IS 0.18

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#087791 (or 0x087791) is known color: Eastern Blue. HEX triplet: 08, 77 and 91. RGB value is (8,119,145). Sum of RGB (Red+Green+Blue) = 8+119+145=272 (36% of max value = 765). Red value is 8 (3.52% from 255 or 2.94% from 272); Green value is 119 (46.88% from 255 or 43.75% from 272); Blue value is 145 (57.03% from 255 or 53.31% from 272); Max value from RGB is 145 - color contains mainly: blue. Hex color #087791 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #087791 is #F7886E. Grayscale: #585858. Windows color (decimal): -16222319 or 9533192. OLE color: 9533192.

HSL color Cylindrical-coordinate representation of color #087791: hue angle of 191.39º 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 #087791 is Cyan = 0.94, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 8 119 145 -
CMYK 0.94 0.18 0 0.43
HSL 191.39º 0.9% 0.3% -
HSV(B) 191.39º 0.94% 0.57% -
XYZ 11.81 15.29 29.12 -
YUV 88.78 159.73 70.39 -
System Red Green Blue C M Y K H S L
Decimal 8 119 145 0.94 0.18 0 0.43 191.39 0.9 0.3
Hex 8 77 91 5E 12 0 2B BF 5A 1E
Octal 10 167 221 136 22 0 53 277 132 36
Binary 1000 1110111 10010001 1011110 10010 0 101011 10111111 1011010 11110

Color Harmonies of #087791

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #087791

Black with #087791

Text Example


Text Example

White with #087791

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #087791; }

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

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

background-color css

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

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

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

border-color css

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

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

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