#101166

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

Shades of Midnight Blue #101166

Tints of Midnight Blue #101166

Color information

#101166 (or 0x101166) is unknown color: approx Midnight Blue. HEX triplet: 10, 11 and 66. RGB value is (16,17,102). Sum of RGB (Red+Green+Blue) = 16+17+102=135 (17% of max value = 765). Red value is 16 (6.64% from 255 or 11.85% from 135); Green value is 17 (7.03% from 255 or 12.59% from 135); Blue value is 102 (40.23% from 255 or 75.56% from 135); Max value from RGB is 102 - color contains mainly: blue. Hex color #101166 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #101166 is #EFEE99. Grayscale: #1A1A1A. Windows color (decimal): -15724186 or 6689040. OLE color: 6689040.

HSL color Cylindrical-coordinate representation of color #101166: hue angle of 239.3º degrees, saturation: 0.73, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #101166 is Cyan = 0.84, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB1617102-
CMYK0.840.8300.6
HSL239.3º72.88%23.14%-
HSV(B)239.3º84.31%40%-
XYZ2.811.4712.71-
YUV26.39170.67120.59-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 11.85%
GREEN value IS 17 (7.03% from 255) = 12.59%
BLUE value IS 102 (40.23% from 255) = 75.56%
R=11.85%
G=12.59%
B=75.56%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal16171020.840.8300.6239.372.8823.14
Hex101166545303Cef4917
Octal202114612412307435711127
Binary1000010001110011010101001010011011110011101111100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #101166

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #101166; }

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

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

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

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

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

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

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

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