Html Css Color HEX #087C94 Eastern Blue

📋 copy color: '#087C94'

red 8 ◦ green 124 ◦ blue 148

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

Shades of Eastern Blue #087C94

Tints of Eastern Blue #087C94

RGB

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

 GREEN value IS 124 (48.83% from 255) = 44.29%

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

R = 2.86%
G = 44.29%
B = 52.86%

CMYK

 C value IS 0.95

 M value IS 0.16

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#087C94 (or 0x087C94) is known color: Eastern Blue. HEX triplet: 08, 7C and 94. RGB value is (8,124,148). Sum of RGB (Red+Green+Blue) = 8+124+148=280 (37% of max value = 765). Red value is 8 (3.52% from 255 or 2.86% from 280); Green value is 124 (48.83% from 255 or 44.29% from 280); Blue value is 148 (58.20% from 255 or 52.86% from 280); Max value from RGB is 148 - color contains mainly: blue. Hex color #087C94 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #087C94 is #F7836B. Grayscale: #5B5B5B. Windows color (decimal): -16221036 or 9731080. OLE color: 9731080.

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

Color convert

RGB 8 124 148 -
CMYK 0.95 0.16 0 0.42
HSL 190.29º 0.9% 0.31% -
HSV(B) 190.29º 0.95% 0.58% -
XYZ 12.65 16.61 30.56 -
YUV 92.05 159.57 68.05 -
System Red Green Blue C M Y K H S L
Decimal 8 124 148 0.95 0.16 0 0.42 190.29 0.9 0.31
Hex 8 7C 94 5F 10 0 2A BE 5A 1F
Octal 10 174 224 137 20 0 52 276 132 37
Binary 1000 1111100 10010100 1011111 10000 0 101010 10111110 1011010 11111

Color Harmonies of #087C94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #087C94

Black with #087C94

Text Example


Text Example

White with #087C94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #087C94; }

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

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

background-color css

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

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

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

border-color css

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

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

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