#101966

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

Shades of Midnight Blue #101966

Tints of Midnight Blue #101966

Color information

#101966 (or 0x101966) is unknown color: approx Midnight Blue. HEX triplet: 10, 19 and 66. RGB value is (16,25,102). Sum of RGB (Red+Green+Blue) = 16+25+102=143 (18% of max value = 765). Red value is 16 (6.64% from 255 or 11.19% from 143); Green value is 25 (10.16% from 255 or 17.48% from 143); Blue value is 102 (40.23% from 255 or 71.33% from 143); Max value from RGB is 102 - color contains mainly: blue. Hex color #101966 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #101966 is #EFE699. Grayscale: #1E1E1E. Windows color (decimal): -15722138 or 6691088. OLE color: 6691088.

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

Color convert

RGB1625102-
CMYK0.840.7500.6
HSL233.72º72.88%23.14%-
HSV(B)233.72º84.31%40%-
XYZ2.961.7612.76-
YUV31.09168.02117.24-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 11.19%
GREEN value IS 25 (10.16% from 255) = 17.48%
BLUE value IS 102 (40.23% from 255) = 71.33%
R=11.19%
G=17.48%
B=71.33%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal16251020.840.7500.6233.7272.8823.14
Hex101966544B03Cea4917
Octal203114612411307435211127
Binary1000011001110011010101001001011011110011101010100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #101966

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #101966; }

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

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

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

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

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

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

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

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