#100165

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

Shades of Midnight Blue #100165

Tints of Midnight Blue #100165

Color information

#100165 (or 0x100165) is unknown color: approx Midnight Blue. HEX triplet: 10, 01 and 65. RGB value is (16,1,101). Sum of RGB (Red+Green+Blue) = 16+1+101=118 (15% of max value = 765). Red value is 16 (6.64% from 255 or 13.56% from 118); Green value is 1 (0.78% from 255 or 0.85% from 118); Blue value is 101 (39.84% from 255 or 85.59% from 118); Max value from RGB is 101 - color contains mainly: blue. Hex color #100165 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #100165 is #EFFE9A. Grayscale: #101010. Windows color (decimal): -15728283 or 6619408. OLE color: 6619408.

HSL color Cylindrical-coordinate representation of color #100165: hue angle of 249º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #100165 is Cyan = 0.84, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB161101-
CMYK0.840.9900.60
HSL249º98.04%20%-
HSV(B)249º99.01%39.61%-
XYZ2.571.0712.38-
YUV16.89175.47127.37-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 13.56%
GREEN value IS 1 (0.78% from 255) = 0.85%
BLUE value IS 101 (39.84% from 255) = 85.59%
R=13.56%
G=0.85%
B=85.59%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal1611010.840.9900.6024998.0420
Hex10165546303Cf96214
Octal20114512414307437114224
Binary100001110010110101001100011011110011111001110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #100165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #100165; }

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

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

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

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

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

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

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

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