#088292

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

Shades of Eastern Blue #088292

Tints of Eastern Blue #088292

Color information

#088292 (or 0x088292) is unknown color: approx Eastern Blue. HEX triplet: 08, 82 and 92. RGB value is (8,130,146). Sum of RGB (Red+Green+Blue) = 8+130+146=284 (37% of max value = 765). Red value is 8 (3.52% from 255 or 2.82% from 284); Green value is 130 (51.17% from 255 or 45.77% from 284); Blue value is 146 (57.42% from 255 or 51.41% from 284); Max value from RGB is 146 - color contains mainly: blue. Hex color #088292 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #088292 is #F77D6D. Grayscale: #5F5F5F. Windows color (decimal): -16219502 or 9601544. OLE color: 9601544.

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

Color convert

RGB8130146-
CMYK0.950.1100.43
HSL186.96º89.61%30.2%-
HSV(B)186.96º94.52%57.25%-
XYZ13.2718.0929.99-
YUV95.35156.5865.7-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.82%
GREEN value IS 130 (51.17% from 255) = 45.77%
BLUE value IS 146 (57.42% from 255) = 51.41%
R=2.82%
G=45.77%
B=51.41%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal81301460.950.1100.43186.9689.6130.2
Hex882925FB02Bbb5a1e
Octal102022221371305327313236
Binary1000100000101001001010111111011010101110111011101101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #088292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #088292; }

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

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

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

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

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

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

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

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