#100772

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

Shades of Midnight Blue #100772

Tints of Midnight Blue #100772

Color information

#100772 (or 0x100772) is unknown color: approx Midnight Blue. HEX triplet: 10, 07 and 72. RGB value is (16,7,114). Sum of RGB (Red+Green+Blue) = 16+7+114=137 (18% of max value = 765). Red value is 16 (6.64% from 255 or 11.68% from 137); Green value is 7 (3.12% from 255 or 5.11% from 137); Blue value is 114 (44.92% from 255 or 83.21% from 137); Max value from RGB is 114 - color contains mainly: blue. Hex color #100772 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #100772 is #EFF88D. Grayscale: #151515. Windows color (decimal): -15726734 or 7472912. OLE color: 7472912.

HSL color Cylindrical-coordinate representation of color #100772: hue angle of 245.05º degrees, saturation: 0.88, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #100772 is Cyan = 0.86, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB167114-
CMYK0.860.9400.55
HSL245.05º88.43%23.73%-
HSV(B)245.05º93.86%44.71%-
XYZ3.331.4816.03-
YUV21.89179.98123.8-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 11.68%
GREEN value IS 7 (3.12% from 255) = 5.11%
BLUE value IS 114 (44.92% from 255) = 83.21%
R=11.68%
G=5.11%
B=83.21%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1671140.860.9400.55245.0588.4323.73
Hex10772565E037f55818
Octal20716212613606736513030
Binary10000111111001010101101011110011011111110101101100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #100772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #100772; }

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

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

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

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

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

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

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

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