#10809C

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

Shades of Eastern Blue #10809C

Tints of Eastern Blue #10809C

Color information

#10809C (or 0x10809C) is unknown color: approx Eastern Blue. HEX triplet: 10, 80 and 9C. RGB value is (16,128,156). Sum of RGB (Red+Green+Blue) = 16+128+156=300 (39% of max value = 765). Red value is 16 (6.64% from 255 or 5.33% from 300); Green value is 128 (50.39% from 255 or 42.67% from 300); Blue value is 156 (61.33% from 255 or 52% from 300); Max value from RGB is 156 - color contains mainly: blue. Hex color #10809C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #10809C is #EF7F63. Grayscale: #616161. Windows color (decimal): -15695716 or 10256400. OLE color: 10256400.

HSL color Cylindrical-coordinate representation of color #10809C: hue angle of 192º degrees, saturation: 0.81, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #10809C is Cyan = 0.90, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB16128156-
CMYK0.900.1800.39
HSL192º81.4%33.73%-
HSV(B)192º89.74%61.18%-
XYZ13.9317.9534.18-
YUV97.7160.8969.72-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 5.33%
GREEN value IS 128 (50.39% from 255) = 42.67%
BLUE value IS 156 (61.33% from 255) = 52%
R=5.33%
G=42.67%
B=52%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal161281560.900.1800.3919281.433.73
Hex10809C5A12027c05122
Octal202002341322204730012142
Binary1000010000000100111001011010100100100111110000001010001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10809C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(16,128,156); }

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

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

 a { background-color: rgb(16,128,156); }

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

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

 span { border-color: rgb(16,128,156); }

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