#088194

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

Shades of Eastern Blue #088194

Tints of Eastern Blue #088194

Color information

#088194 (or 0x088194) is unknown color: approx Eastern Blue. HEX triplet: 08, 81 and 94. RGB value is (8,129,148). Sum of RGB (Red+Green+Blue) = 8+129+148=285 (37% of max value = 765). Red value is 8 (3.52% from 255 or 2.81% from 285); Green value is 129 (50.78% from 255 or 45.26% from 285); Blue value is 148 (58.20% from 255 or 51.93% from 285); Max value from RGB is 148 - color contains mainly: blue. Hex color #088194 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #088194 is #F77E6B. Grayscale: #5E5E5E. Windows color (decimal): -16219756 or 9732360. OLE color: 9732360.

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

Color convert

RGB8129148-
CMYK0.950.1300.42
HSL188.14º89.74%30.59%-
HSV(B)188.14º94.59%58.04%-
XYZ13.317.8930.77-
YUV94.99157.9165.96-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.81%
GREEN value IS 129 (50.78% from 255) = 45.26%
BLUE value IS 148 (58.20% from 255) = 51.93%
R=2.81%
G=45.26%
B=51.93%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal81291480.950.1300.42188.1489.7430.59
Hex881945FD02Abc5a1f
Octal102012241371505227413237
Binary1000100000011001010010111111101010101010111100101101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #088194

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #088194; }

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

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

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

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

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

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

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

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