Html Css Color HEX #087794 Eastern Blue

📋 copy color: '#087794'

red 8 ◦ green 119 ◦ blue 148

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

Shades of Eastern Blue #087794

Tints of Eastern Blue #087794

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 53.82%

R = 2.91%
G = 43.27%
B = 53.82%

CMYK

 C value IS 0.95

 M value IS 0.20

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#087794 (or 0x087794) is known color: Eastern Blue. HEX triplet: 08, 77 and 94. RGB value is (8,119,148). Sum of RGB (Red+Green+Blue) = 8+119+148=275 (36% of max value = 765). Red value is 8 (3.52% from 255 or 2.91% from 275); Green value is 119 (46.88% from 255 or 43.27% from 275); Blue value is 148 (58.20% from 255 or 53.82% from 275); Max value from RGB is 148 - color contains mainly: blue. Hex color #087794 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #087794 is #F7886B. Grayscale: #585858. Windows color (decimal): -16222316 or 9729800. OLE color: 9729800.

HSL color Cylindrical-coordinate representation of color #087794: hue angle of 192.43º 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 #087794 is Cyan = 0.95, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 8 119 148 -
CMYK 0.95 0.20 0 0.42
HSL 192.43º 0.9% 0.31% -
HSV(B) 192.43º 0.95% 0.58% -
XYZ 12.04 15.38 30.35 -
YUV 89.12 161.23 70.14 -
System Red Green Blue C M Y K H S L
Decimal 8 119 148 0.95 0.20 0 0.42 192.43 0.9 0.31
Hex 8 77 94 5F 14 0 2A C0 5A 1F
Octal 10 167 224 137 24 0 52 300 132 37
Binary 1000 1110111 10010100 1011111 10100 0 101010 11000000 1011010 11111

Color Harmonies of #087794

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #087794

Black with #087794

Text Example


Text Example

White with #087794

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #087794; }

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

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

background-color css

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

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

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

border-color css

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

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

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