#088593

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

Shades of Eastern Blue #088593

Tints of Eastern Blue #088593

Color information

#088593 (or 0x088593) is unknown color: approx Eastern Blue. HEX triplet: 08, 85 and 93. RGB value is (8,133,147). Sum of RGB (Red+Green+Blue) = 8+133+147=288 (38% of max value = 765). Red value is 8 (3.52% from 255 or 2.78% from 288); Green value is 133 (52.34% from 255 or 46.18% from 288); Blue value is 147 (57.81% from 255 or 51.04% from 288); Max value from RGB is 147 - color contains mainly: blue. Hex color #088593 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #088593 is #F77A6C. Grayscale: #616161. Windows color (decimal): -16218733 or 9667848. OLE color: 9667848.

HSL color Cylindrical-coordinate representation of color #088593: hue angle of 186.04º degrees, saturation: 0.9, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #088593 is Cyan = 0.95, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB8133147-
CMYK0.950.1000.42
HSL186.04º89.68%30.39%-
HSV(B)186.04º94.56%57.65%-
XYZ13.7518.9330.53-
YUV97.22156.0964.36-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.78%
GREEN value IS 133 (52.34% from 255) = 46.18%
BLUE value IS 147 (57.81% from 255) = 51.04%
R=2.78%
G=46.18%
B=51.04%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal81331470.950.1000.42186.0489.6830.39
Hex885935FA02Aba5a1e
Octal102052231371205227213236
Binary1000100001011001001110111111010010101010111010101101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #088593

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #088593; }

 p { color: rgb(8,133,147); }

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

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

 a { background-color: rgb(8,133,147); }

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

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

 span { border-color: rgb(8,133,147); }

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