#087690

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

Shades of Eastern Blue #087690

Tints of Eastern Blue #087690

Color information

#087690 (or 0x087690) is unknown color: approx Eastern Blue. HEX triplet: 08, 76 and 90. RGB value is (8,118,144). Sum of RGB (Red+Green+Blue) = 8+118+144=270 (35% of max value = 765). Red value is 8 (3.52% from 255 or 2.96% from 270); Green value is 118 (46.48% from 255 or 43.70% from 270); Blue value is 144 (56.64% from 255 or 53.33% from 270); Max value from RGB is 144 - color contains mainly: blue. Hex color #087690 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #087690 is #F7896F. Grayscale: #575757. Windows color (decimal): -16222576 or 9467400. OLE color: 9467400.

HSL color Cylindrical-coordinate representation of color #087690: hue angle of 191.47º degrees, saturation: 0.89, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #087690 is Cyan = 0.94, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB8118144-
CMYK0.940.1800.44
HSL191.47º89.47%29.8%-
HSV(B)191.47º94.44%56.47%-
XYZ11.6115.0228.67-
YUV88.07159.5670.89-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.96%
GREEN value IS 118 (46.48% from 255) = 43.70%
BLUE value IS 144 (56.64% from 255) = 53.33%
R=2.96%
G=43.70%
B=53.33%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal81181440.940.1800.44191.4789.4729.8
Hex876905E1202Cbf591e
Octal101662201362205427713136
Binary1000111011010010000101111010010010110010111111101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #087690

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #087690; }

 p { color: rgb(8,118,144); }

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

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

 a { background-color: rgb(8,118,144); }

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

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

 span { border-color: rgb(8,118,144); }

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