#10117C

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

Shades of Midnight Blue #10117C

Tints of Midnight Blue #10117C

Color information

#10117C (or 0x10117C) is unknown color: approx Midnight Blue. HEX triplet: 10, 11 and 7C. RGB value is (16,17,124). Sum of RGB (Red+Green+Blue) = 16+17+124=157 (20% of max value = 765). Red value is 16 (6.64% from 255 or 10.19% from 157); Green value is 17 (7.03% from 255 or 10.83% from 157); Blue value is 124 (48.83% from 255 or 78.98% from 157); Max value from RGB is 124 - color contains mainly: blue. Hex color #10117C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #10117C is #EFEE83. Grayscale: #1C1C1C. Windows color (decimal): -15724164 or 8130832. OLE color: 8130832.

HSL color Cylindrical-coordinate representation of color #10117C: hue angle of 239.44º degrees, saturation: 0.77, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #10117C is Cyan = 0.87, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB1617124-
CMYK0.870.8600.51
HSL239.44º77.14%27.45%-
HSV(B)239.44º87.1%48.63%-
XYZ4.051.9719.23-
YUV28.9181.67118.8-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 10.19%
GREEN value IS 17 (7.03% from 255) = 10.83%
BLUE value IS 124 (48.83% from 255) = 78.98%
R=10.19%
G=10.83%
B=78.98%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal16171240.870.8600.51239.4477.1427.45
Hex10117C5756033ef4d1b
Octal202117412712606335711533
Binary1000010001111110010101111010110011001111101111100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10117C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10117C; }

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

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

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

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

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

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

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

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