Html Css Color HEX #087792 Eastern Blue

📋 copy color: '#087792'

red 8 ◦ green 119 ◦ blue 146

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

Shades of Eastern Blue #087792

Tints of Eastern Blue #087792

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 53.48%

R = 2.93%
G = 43.59%
B = 53.48%

CMYK

 C value IS 0.95

 M value IS 0.18

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#087792 (or 0x087792) is known color: Eastern Blue. HEX triplet: 08, 77 and 92. RGB value is (8,119,146). Sum of RGB (Red+Green+Blue) = 8+119+146=273 (36% of max value = 765). Red value is 8 (3.52% from 255 or 2.93% from 273); Green value is 119 (46.88% from 255 or 43.59% from 273); Blue value is 146 (57.42% from 255 or 53.48% from 273); Max value from RGB is 146 - color contains mainly: blue. Hex color #087792 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #087792 is #F7886D. Grayscale: #585858. Windows color (decimal): -16222318 or 9598728. OLE color: 9598728.

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

Color convert

RGB 8 119 146 -
CMYK 0.95 0.18 0 0.43
HSL 191.74º 0.9% 0.3% -
HSV(B) 191.74º 0.95% 0.57% -
XYZ 11.89 15.32 29.52 -
YUV 88.89 160.23 70.3 -
System Red Green Blue C M Y K H S L
Decimal 8 119 146 0.95 0.18 0 0.43 191.74 0.9 0.3
Hex 8 77 92 5F 12 0 2B C0 5A 1E
Octal 10 167 222 137 22 0 53 300 132 36
Binary 1000 1110111 10010010 1011111 10010 0 101011 11000000 1011010 11110

Color Harmonies of #087792

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #087792

Black with #087792

Text Example


Text Example

White with #087792

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #087792; }

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

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

background-color css

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

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

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

border-color css

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

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

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