#101165

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

Shades of Midnight Blue #101165

Tints of Midnight Blue #101165

Color information

#101165 (or 0x101165) is unknown color: approx Midnight Blue. HEX triplet: 10, 11 and 65. RGB value is (16,17,101). Sum of RGB (Red+Green+Blue) = 16+17+101=134 (17% of max value = 765). Red value is 16 (6.64% from 255 or 11.94% from 134); Green value is 17 (7.03% from 255 or 12.69% from 134); Blue value is 101 (39.84% from 255 or 75.37% from 134); Max value from RGB is 101 - color contains mainly: blue. Hex color #101165 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #101165 is #EFEE9A. Grayscale: #191919. Windows color (decimal): -15724187 or 6623504. OLE color: 6623504.

HSL color Cylindrical-coordinate representation of color #101165: hue angle of 239.29º 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 #101165 is Cyan = 0.84, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB1617101-
CMYK0.840.8300.60
HSL239.29º72.65%22.94%-
HSV(B)239.29º84.16%39.61%-
XYZ2.761.4512.45-
YUV26.28170.17120.67-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 11.94%
GREEN value IS 17 (7.03% from 255) = 12.69%
BLUE value IS 101 (39.84% from 255) = 75.37%
R=11.94%
G=12.69%
B=75.37%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal16171010.840.8300.60239.2972.6522.94
Hex101165545303Cef4917
Octal202114512412307435711127
Binary1000010001110010110101001010011011110011101111100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #101165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #101165; }

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

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

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

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

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

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

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

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