#100665

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

Shades of Midnight Blue #100665

Tints of Midnight Blue #100665

Color information

#100665 (or 0x100665) is unknown color: approx Midnight Blue. HEX triplet: 10, 06 and 65. RGB value is (16,6,101). Sum of RGB (Red+Green+Blue) = 16+6+101=123 (16% of max value = 765). Red value is 16 (6.64% from 255 or 13.01% from 123); Green value is 6 (2.73% from 255 or 4.88% from 123); Blue value is 101 (39.84% from 255 or 82.11% from 123); Max value from RGB is 101 - color contains mainly: blue. Hex color #100665 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #100665 is #EFF99A. Grayscale: #131313. Windows color (decimal): -15727003 or 6620688. OLE color: 6620688.

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

Color convert

RGB166101-
CMYK0.840.9400.60
HSL246.32º88.79%20.98%-
HSV(B)246.32º94.06%39.61%-
XYZ2.631.1812.4-
YUV19.82173.81125.28-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 13.01%
GREEN value IS 6 (2.73% from 255) = 4.88%
BLUE value IS 101 (39.84% from 255) = 82.11%
R=13.01%
G=4.88%
B=82.11%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal1661010.840.9400.60246.3288.7920.98
Hex10665545E03Cf65915
Octal20614512413607436613125
Binary10000110110010110101001011110011110011110110101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #100665

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #100665; }

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

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

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

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

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

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

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

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