Html Css Color HEX #087895 Eastern Blue

📋 copy color: '#087895'

red 8 ◦ green 120 ◦ blue 149

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

Shades of Eastern Blue #087895

Tints of Eastern Blue #087895

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 53.79%

R = 2.89%
G = 43.32%
B = 53.79%

CMYK

 C value IS 0.95

 M value IS 0.19

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#087895 (or 0x087895) is known color: Eastern Blue. HEX triplet: 08, 78 and 95. RGB value is (8,120,149). Sum of RGB (Red+Green+Blue) = 8+120+149=277 (36% of max value = 765). Red value is 8 (3.52% from 255 or 2.89% from 277); Green value is 120 (47.27% from 255 or 43.32% from 277); Blue value is 149 (58.59% from 255 or 53.79% from 277); Max value from RGB is 149 - color contains mainly: blue. Hex color #087895 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #087895 is #F7876A. Grayscale: #595959. Windows color (decimal): -16222059 or 9795592. OLE color: 9795592.

HSL color Cylindrical-coordinate representation of color #087895: hue angle of 192.34º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #087895 is Cyan = 0.95, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 8 120 149 -
CMYK 0.95 0.19 0 0.42
HSL 192.34º 0.9% 0.31% -
HSV(B) 192.34º 0.95% 0.58% -
XYZ 12.24 15.65 30.81 -
YUV 89.82 161.39 69.64 -
System Red Green Blue C M Y K H S L
Decimal 8 120 149 0.95 0.19 0 0.42 192.34 0.9 0.31
Hex 8 78 95 5F 13 0 2A C0 5A 1F
Octal 10 170 225 137 23 0 52 300 132 37
Binary 1000 1111000 10010101 1011111 10011 0 101010 11000000 1011010 11111

Color Harmonies of #087895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #087895

Black with #087895

Text Example


Text Example

White with #087895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #087895; }

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

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

background-color css

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

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

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

border-color css

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

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

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