Html Css Color HEX #087F92 Eastern Blue

📋 copy color: '#087F92'

red 8 ◦ green 127 ◦ blue 146

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

Shades of Eastern Blue #087F92

Tints of Eastern Blue #087F92

RGB

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

 GREEN value IS 127 (50% from 255) = 45.2%

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

R = 2.85%
G = 45.2%
B = 51.96%

CMYK

 C value IS 0.95

 M value IS 0.13

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#087F92 (or 0x087F92) is known color: Eastern Blue. HEX triplet: 08, 7F and 92. RGB value is (8,127,146). Sum of RGB (Red+Green+Blue) = 8+127+146=281 (37% of max value = 765). Red value is 8 (3.52% from 255 or 2.85% from 281); Green value is 127 (50% from 255 or 45.20% from 281); Blue value is 146 (57.42% from 255 or 51.96% from 281); Max value from RGB is 146 - color contains mainly: blue. Hex color #087F92 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #087F92 is #F7806D. Grayscale: #5D5D5D. Windows color (decimal): -16220270 or 9600776. OLE color: 9600776.

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

Color convert

RGB 8 127 146 -
CMYK 0.95 0.13 0 0.43
HSL 188.26º 0.9% 0.3% -
HSV(B) 188.26º 0.95% 0.57% -
XYZ 12.88 17.31 29.86 -
YUV 93.59 157.58 66.96 -
System Red Green Blue C M Y K H S L
Decimal 8 127 146 0.95 0.13 0 0.43 188.26 0.9 0.3
Hex 8 7F 92 5F D 0 2B BC 5A 1E
Octal 10 177 222 137 15 0 53 274 132 36
Binary 1000 1111111 10010010 1011111 1101 0 101011 10111100 1011010 11110

Color Harmonies of #087F92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #087F92

Black with #087F92

Text Example


Text Example

White with #087F92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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