#100756

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

Shades of Midnight Blue #100756

Tints of Midnight Blue #100756

Color information

#100756 (or 0x100756) is unknown color: approx Midnight Blue. HEX triplet: 10, 07 and 56. RGB value is (16,7,86). Sum of RGB (Red+Green+Blue) = 16+7+86=109 (14% of max value = 765). Red value is 16 (6.64% from 255 or 14.68% from 109); Green value is 7 (3.12% from 255 or 6.42% from 109); Blue value is 86 (33.98% from 255 or 78.90% from 109); Max value from RGB is 86 - color contains mainly: blue. Hex color #100756 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #100756 is #EFF8A9. Grayscale: #121212. Windows color (decimal): -15726762 or 5637904. OLE color: 5637904.

HSL color Cylindrical-coordinate representation of color #100756: hue angle of 246.84º degrees, saturation: 0.85, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #100756 is Cyan = 0.81, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB16786-
CMYK0.810.9200.66
HSL246.84º84.95%18.24%-
HSV(B)246.84º91.86%33.73%-
XYZ1.970.938.88-
YUV18.7165.98126.08-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 14.68%
GREEN value IS 7 (3.12% from 255) = 6.42%
BLUE value IS 86 (33.98% from 255) = 78.90%
R=14.68%
G=6.42%
B=78.90%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal167860.810.9200.66246.8484.9518.24
Hex10756515C042f75512
Octal207126121134010236712522
Binary100001111010110101000110111000100001011110111101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #100756

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #100756; }

 p { color: rgb(16,7,86); }

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

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

 a { background-color: rgb(16,7,86); }

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

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

 span { border-color: rgb(16,7,86); }

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