#10116F

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

Shades of Midnight Blue #10116F

Tints of Midnight Blue #10116F

Color information

#10116F (or 0x10116F) is unknown color: approx Midnight Blue. HEX triplet: 10, 11 and 6F. RGB value is (16,17,111). Sum of RGB (Red+Green+Blue) = 16+17+111=144 (19% of max value = 765). Red value is 16 (6.64% from 255 or 11.11% from 144); Green value is 17 (7.03% from 255 or 11.81% from 144); Blue value is 111 (43.75% from 255 or 77.08% from 144); Max value from RGB is 111 - color contains mainly: blue. Hex color #10116F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #10116F is #EFEE90. Grayscale: #1B1B1B. Windows color (decimal): -15724177 or 7278864. OLE color: 7278864.

HSL color Cylindrical-coordinate representation of color #10116F: hue angle of 239.37º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #10116F is Cyan = 0.86, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB1617111-
CMYK0.860.8500.56
HSL239.37º74.8%24.9%-
HSV(B)239.37º85.59%43.53%-
XYZ3.281.6615.19-
YUV27.42175.17119.86-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 11.11%
GREEN value IS 17 (7.03% from 255) = 11.81%
BLUE value IS 111 (43.75% from 255) = 77.08%
R=11.11%
G=11.81%
B=77.08%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal16171110.860.8500.56239.3774.824.9
Hex10116F5655038ef4b19
Octal202115712612507035711331
Binary1000010001110111110101101010101011100011101111100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10116F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(16,17,111); }

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

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

 a { background-color: rgb(16,17,111); }

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

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

 span { border-color: rgb(16,17,111); }

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