#10809E

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

Shades of Eastern Blue #10809E

Tints of Eastern Blue #10809E

Color information

#10809E (or 0x10809E) is unknown color: approx Eastern Blue. HEX triplet: 10, 80 and 9E. RGB value is (16,128,158). Sum of RGB (Red+Green+Blue) = 16+128+158=302 (40% of max value = 765). Red value is 16 (6.64% from 255 or 5.30% from 302); Green value is 128 (50.39% from 255 or 42.38% from 302); Blue value is 158 (62.11% from 255 or 52.32% from 302); Max value from RGB is 158 - color contains mainly: blue. Hex color #10809E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #10809E is #EF7F61. Grayscale: #616161. Windows color (decimal): -15695714 or 10387472. OLE color: 10387472.

HSL color Cylindrical-coordinate representation of color #10809E: hue angle of 192.68º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #10809E is Cyan = 0.90, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB16128158-
CMYK0.900.1900.38
HSL192.68º81.61%34.12%-
HSV(B)192.68º89.87%61.96%-
XYZ14.118.0235.08-
YUV97.93161.8969.56-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 5.30%
GREEN value IS 128 (50.39% from 255) = 42.38%
BLUE value IS 158 (62.11% from 255) = 52.32%
R=5.30%
G=42.38%
B=52.32%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal161281580.900.1900.38192.6881.6134.12
Hex10809E5A13026c15222
Octal202002361322304630112242
Binary1000010000000100111101011010100110100110110000011010010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10809E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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