#10869D

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

Shades of Eastern Blue #10869D

Tints of Eastern Blue #10869D

Color information

#10869D (or 0x10869D) is unknown color: approx Eastern Blue. HEX triplet: 10, 86 and 9D. RGB value is (16,134,157). Sum of RGB (Red+Green+Blue) = 16+134+157=307 (40% of max value = 765). Red value is 16 (6.64% from 255 or 5.21% from 307); Green value is 134 (52.73% from 255 or 43.65% from 307); Blue value is 157 (61.72% from 255 or 51.14% from 307); Max value from RGB is 157 - color contains mainly: blue. Hex color #10869D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #10869D is #EF7962. Grayscale: #656565. Windows color (decimal): -15694179 or 10323472. OLE color: 10323472.

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

Color convert

RGB16134157-
CMYK0.900.1500.38
HSL189.79º81.5%33.92%-
HSV(B)189.79º89.81%61.57%-
XYZ14.8219.5934.9-
YUV101.34159.4167.13-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 5.21%
GREEN value IS 134 (52.73% from 255) = 43.65%
BLUE value IS 157 (61.72% from 255) = 51.14%
R=5.21%
G=43.65%
B=51.14%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal161341570.900.1500.38189.7981.533.92
Hex10869D5AF026be5222
Octal202062351321704627612242
Binary100001000011010011101101101011110100110101111101010010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10869D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10869D; }

 p { color: rgb(16,134,157); }

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

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

 a { background-color: rgb(16,134,157); }

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

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

 span { border-color: rgb(16,134,157); }

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