#088198

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

Shades of Eastern Blue #088198

Tints of Eastern Blue #088198

Color information

#088198 (or 0x088198) is unknown color: approx Eastern Blue. HEX triplet: 08, 81 and 98. RGB value is (8,129,152). Sum of RGB (Red+Green+Blue) = 8+129+152=289 (38% of max value = 765). Red value is 8 (3.52% from 255 or 2.77% from 289); Green value is 129 (50.78% from 255 or 44.64% from 289); Blue value is 152 (59.77% from 255 or 52.60% from 289); Max value from RGB is 152 - color contains mainly: blue. Hex color #088198 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #088198 is #F77E67. Grayscale: #5F5F5F. Windows color (decimal): -16219752 or 9994504. OLE color: 9994504.

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

Color convert

RGB8129152-
CMYK0.950.1500.40
HSL189.58º90%31.37%-
HSV(B)189.58º94.74%59.61%-
XYZ13.6218.0232.47-
YUV95.44159.9165.63-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.77%
GREEN value IS 129 (50.78% from 255) = 44.64%
BLUE value IS 152 (59.77% from 255) = 52.60%
R=2.77%
G=44.64%
B=52.60%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal81291520.950.1500.40189.589031.37
Hex881985FF028be5a1f
Octal102012301371705027613237
Binary1000100000011001100010111111111010100010111110101101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #088198

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #088198; }

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

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

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

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

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

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

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

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