#087B92

Color #087B92 Eastern Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Eastern Blue #087B92

Tints of Eastern Blue #087B92

Color information

#087B92 (or 0x087B92) is unknown color: approx Eastern Blue. HEX triplet: 08, 7B and 92. RGB value is (8,123,146). Sum of RGB (Red+Green+Blue) = 8+123+146=277 (36% of max value = 765). Red value is 8 (3.52% from 255 or 2.89% from 277); Green value is 123 (48.44% from 255 or 44.40% from 277); Blue value is 146 (57.42% from 255 or 52.71% from 277); Max value from RGB is 146 - color contains mainly: blue. Hex color #087B92 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #087B92 is #F7846D. Grayscale: #5B5B5B. Windows color (decimal): -16221294 or 9599752. OLE color: 9599752.

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

Color convert

RGB8123146-
CMYK0.950.1600.43
HSL190º89.61%30.2%-
HSV(B)190º94.52%57.25%-
XYZ12.3716.2929.69-
YUV91.24158.968.63-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.89%
GREEN value IS 123 (48.44% from 255) = 44.40%
BLUE value IS 146 (57.42% from 255) = 52.71%
R=2.89%
G=44.40%
B=52.71%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal81231460.950.1600.4319089.6130.2
Hex87B925F1002Bbe5a1e
Octal101732221372005327613236
Binary1000111101110010010101111110000010101110111110101101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #087B92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #087B92;
 }
 .AnyTagClassName
 {
   color: #087B92;
 }
</style>
background-color css

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

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

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

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

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

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