#088192

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

Shades of Eastern Blue #088192

Tints of Eastern Blue #088192

Color information

#088192 (or 0x088192) is unknown color: approx Eastern Blue. HEX triplet: 08, 81 and 92. RGB value is (8,129,146). Sum of RGB (Red+Green+Blue) = 8+129+146=283 (37% of max value = 765). Red value is 8 (3.52% from 255 or 2.83% from 283); Green value is 129 (50.78% from 255 or 45.58% from 283); Blue value is 146 (57.42% from 255 or 51.59% from 283); Max value from RGB is 146 - color contains mainly: blue. Hex color #088192 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #088192 is #F77E6D. Grayscale: #5E5E5E. Windows color (decimal): -16219758 or 9601288. OLE color: 9601288.

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

Color convert

RGB8129146-
CMYK0.950.1200.43
HSL187.39º89.61%30.2%-
HSV(B)187.39º94.52%57.25%-
XYZ13.1417.8329.94-
YUV94.76156.9166.12-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.83%
GREEN value IS 129 (50.78% from 255) = 45.58%
BLUE value IS 146 (57.42% from 255) = 51.59%
R=2.83%
G=45.58%
B=51.59%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal81291460.950.1200.43187.3989.6130.2
Hex881925FC02Bbb5a1e
Octal102012221371405327313236
Binary1000100000011001001010111111100010101110111011101101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #088192

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #088192; }

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

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

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

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

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

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

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

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