#100066

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

Shades of Midnight Blue #100066

Tints of Midnight Blue #100066

Color information

#100066 (or 0x100066) is unknown color: approx Midnight Blue. HEX triplet: 10, 00 and 66. RGB value is (16,0,102). Sum of RGB (Red+Green+Blue) = 16+0+102=118 (15% of max value = 765). Red value is 16 (6.64% from 255 or 13.56% from 118); Green value is 0 (0.39% from 255 or 0% from 118); Blue value is 102 (40.23% from 255 or 86.44% from 118); Max value from RGB is 102 - color contains mainly: blue. Hex color #100066 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #100066 is #EFFF99. Grayscale: #101010. Windows color (decimal): -15728538 or 6684688. OLE color: 6684688.

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

Color convert

RGB160102-
CMYK0.84100.6
HSL249.41º100%20%-
HSV(B)249.41º100%40%-
XYZ2.611.0712.64-
YUV16.41176.3127.71-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 13.56%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 102 (40.23% from 255) = 86.44%
R=13.56%
G=0%
B=86.44%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal1601020.84100.6249.4110020
Hex10066546403Cf96414
Octal20014612414407437114424
Binary100000110011010101001100100011110011111001110010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #100066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #100066; }

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

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

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

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

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

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

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

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