#08819C

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

Shades of Eastern Blue #08819C

Tints of Eastern Blue #08819C

Color information

#08819C (or 0x08819C) is unknown color: approx Eastern Blue. HEX triplet: 08, 81 and 9C. RGB value is (8,129,156). Sum of RGB (Red+Green+Blue) = 8+129+156=293 (38% of max value = 765). Red value is 8 (3.52% from 255 or 2.73% from 293); Green value is 129 (50.78% from 255 or 44.03% from 293); Blue value is 156 (61.33% from 255 or 53.24% from 293); Max value from RGB is 156 - color contains mainly: blue. Hex color #08819C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #08819C is #F77E63. Grayscale: #5F5F5F. Windows color (decimal): -16219748 or 10256648. OLE color: 10256648.

HSL color Cylindrical-coordinate representation of color #08819C: hue angle of 190.95º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #08819C is Cyan = 0.95, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB8129156-
CMYK0.950.1700.39
HSL190.95º90.24%32.16%-
HSV(B)190.95º94.87%61.18%-
XYZ13.9518.1534.22-
YUV95.9161.9165.3-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.73%
GREEN value IS 129 (50.78% from 255) = 44.03%
BLUE value IS 156 (61.33% from 255) = 53.24%
R=2.73%
G=44.03%
B=53.24%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal81291560.950.1700.39190.9590.2432.16
Hex8819C5F11027bf5a20
Octal102012341372104727713240
Binary100010000001100111001011111100010100111101111111011010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08819C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #08819C; }

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

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

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

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

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

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

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

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