#10849F

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

Shades of Eastern Blue #10849F

Tints of Eastern Blue #10849F

Color information

#10849F (or 0x10849F) is unknown color: approx Eastern Blue. HEX triplet: 10, 84 and 9F. RGB value is (16,132,159). Sum of RGB (Red+Green+Blue) = 16+132+159=307 (40% of max value = 765). Red value is 16 (6.64% from 255 or 5.21% from 307); Green value is 132 (51.95% from 255 or 43.00% from 307); Blue value is 159 (62.5% from 255 or 51.79% from 307); Max value from RGB is 159 - color contains mainly: blue. Hex color #10849F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #10849F is #EF7B60. Grayscale: #646464. Windows color (decimal): -15694689 or 10454032. OLE color: 10454032.

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

Color convert

RGB16132159-
CMYK0.900.1700.38
HSL191.33º81.71%34.31%-
HSV(B)191.33º89.94%62.35%-
XYZ14.7219.1235.71-
YUV100.39161.0767.8-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 5.21%
GREEN value IS 132 (51.95% from 255) = 43.00%
BLUE value IS 159 (62.5% from 255) = 51.79%
R=5.21%
G=43.00%
B=51.79%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal161321590.900.1700.38191.3381.7134.31
Hex10849F5A11026bf5222
Octal202042371322104627712242
Binary1000010000100100111111011010100010100110101111111010010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10849F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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