#111966

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

Shades of Midnight Blue #111966

Tints of Midnight Blue #111966

Color information

#111966 (or 0x111966) is unknown color: approx Midnight Blue. HEX triplet: 11, 19 and 66. RGB value is (17,25,102). Sum of RGB (Red+Green+Blue) = 17+25+102=144 (19% of max value = 765). Red value is 17 (7.03% from 255 or 11.81% from 144); Green value is 25 (10.16% from 255 or 17.36% from 144); Blue value is 102 (40.23% from 255 or 70.83% from 144); Max value from RGB is 102 - color contains mainly: blue. Hex color #111966 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #111966 is #EEE699. Grayscale: #1F1F1F. Windows color (decimal): -15656602 or 6691089. OLE color: 6691089.

HSL color Cylindrical-coordinate representation of color #111966: hue angle of 234.35º degrees, saturation: 0.71, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #111966 is Cyan = 0.83, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB1725102-
CMYK0.830.7500.6
HSL234.35º71.43%23.33%-
HSV(B)234.35º83.33%40%-
XYZ2.981.7712.76-
YUV31.39167.85117.74-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 11.81%
GREEN value IS 25 (10.16% from 255) = 17.36%
BLUE value IS 102 (40.23% from 255) = 70.83%
R=11.81%
G=17.36%
B=70.83%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal17251020.830.7500.6234.3571.4323.33
Hex111966534B03Cea4717
Octal213114612311307435210727
Binary1000111001110011010100111001011011110011101010100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #111966

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #111966; }

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

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

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

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

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

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

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

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