#10859F

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

Shades of Eastern Blue #10859F

Tints of Eastern Blue #10859F

Color information

#10859F (or 0x10859F) is unknown color: approx Eastern Blue. HEX triplet: 10, 85 and 9F. RGB value is (16,133,159). Sum of RGB (Red+Green+Blue) = 16+133+159=308 (40% of max value = 765). Red value is 16 (6.64% from 255 or 5.19% from 308); Green value is 133 (52.34% from 255 or 43.18% from 308); Blue value is 159 (62.5% from 255 or 51.62% from 308); Max value from RGB is 159 - color contains mainly: blue. Hex color #10859F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #10859F is #EF7A60. Grayscale: #646464. Windows color (decimal): -15694433 or 10454288. OLE color: 10454288.

HSL color Cylindrical-coordinate representation of color #10859F: hue angle of 190.91º 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 #10859F is Cyan = 0.90, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB16133159-
CMYK0.900.1600.38
HSL190.91º81.71%34.31%-
HSV(B)190.91º89.94%62.35%-
XYZ14.8619.3935.76-
YUV100.98160.7467.39-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 5.19%
GREEN value IS 133 (52.34% from 255) = 43.18%
BLUE value IS 159 (62.5% from 255) = 51.62%
R=5.19%
G=43.18%
B=51.62%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal161331590.900.1600.38190.9181.7134.31
Hex10859F5A10026bf5222
Octal202052371322004627712242
Binary1000010000101100111111011010100000100110101111111010010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10859F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10859F; }

 p { color: rgb(16,133,159); }

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

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

 a { background-color: rgb(16,133,159); }

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

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

 span { border-color: rgb(16,133,159); }

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