Html Css Color HEX #087591 Eastern Blue

📋 copy color: '#087591'

red 8 ◦ green 117 ◦ blue 145

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

Shades of Eastern Blue #087591

Tints of Eastern Blue #087591

RGB

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

 GREEN value IS 117 (46.09% from 255) = 43.33%

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

R = 2.96%
G = 43.33%
B = 53.7%

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

#087591 (or 0x087591) is known color: Eastern Blue. HEX triplet: 08, 75 and 91. RGB value is (8,117,145). Sum of RGB (Red+Green+Blue) = 8+117+145=270 (35% of max value = 765). Red value is 8 (3.52% from 255 or 2.96% from 270); Green value is 117 (46.09% from 255 or 43.33% from 270); Blue value is 145 (57.03% from 255 or 53.70% from 270); Max value from RGB is 145 - color contains mainly: blue. Hex color #087591 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #087591 is #F78A6E. Grayscale: #575757. Windows color (decimal): -16222831 or 9532680. OLE color: 9532680.

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

Color convert

RGB 8 117 145 -
CMYK 0.94 0.19 0 0.43
HSL 192.26º 0.9% 0.3% -
HSV(B) 192.26º 0.94% 0.57% -
XYZ 11.57 14.82 29.04 -
YUV 87.6 160.39 71.22 -
System Red Green Blue C M Y K H S L
Decimal 8 117 145 0.94 0.19 0 0.43 192.26 0.9 0.3
Hex 8 75 91 5E 13 0 2B C0 5A 1E
Octal 10 165 221 136 23 0 53 300 132 36
Binary 1000 1110101 10010001 1011110 10011 0 101011 11000000 1011010 11110

Color Harmonies of #087591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #087591

Black with #087591

Text Example


Text Example

White with #087591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #087591; }

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

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

background-color css

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

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

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

border-color css

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

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

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