Html Css Color HEX #087D92 Eastern Blue

📋 copy color: '#087D92'

red 8 ◦ green 125 ◦ blue 146

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

Shades of Eastern Blue #087D92

Tints of Eastern Blue #087D92

RGB

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

 GREEN value IS 125 (49.22% from 255) = 44.8%

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

R = 2.87%
G = 44.8%
B = 52.33%

CMYK

 C value IS 0.95

 M value IS 0.14

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#087D92 (or 0x087D92) is known color: Eastern Blue. HEX triplet: 08, 7D and 92. RGB value is (8,125,146). Sum of RGB (Red+Green+Blue) = 8+125+146=279 (36% of max value = 765). Red value is 8 (3.52% from 255 or 2.87% from 279); Green value is 125 (49.22% from 255 or 44.80% from 279); Blue value is 146 (57.42% from 255 or 52.33% from 279); Max value from RGB is 146 - color contains mainly: blue. Hex color #087D92 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #087D92 is #F7826D. Grayscale: #5C5C5C. Windows color (decimal): -16220782 or 9600264. OLE color: 9600264.

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

Color convert

RGB 8 125 146 -
CMYK 0.95 0.14 0 0.43
HSL 189.13º 0.9% 0.3% -
HSV(B) 189.13º 0.95% 0.57% -
XYZ 12.62 16.79 29.77 -
YUV 92.41 158.24 67.79 -
System Red Green Blue C M Y K H S L
Decimal 8 125 146 0.95 0.14 0 0.43 189.13 0.9 0.3
Hex 8 7D 92 5F E 0 2B BD 5A 1E
Octal 10 175 222 137 16 0 53 275 132 36
Binary 1000 1111101 10010010 1011111 1110 0 101011 10111101 1011010 11110

Color Harmonies of #087D92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #087D92

Black with #087D92

Text Example


Text Example

White with #087D92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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