#121171

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

Shades of Midnight Blue #121171

Tints of Midnight Blue #121171

Color information

#121171 (or 0x121171) is unknown color: approx Midnight Blue. HEX triplet: 12, 11 and 71. RGB value is (18,17,113). Sum of RGB (Red+Green+Blue) = 18+17+113=148 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.16% from 148); Green value is 17 (7.03% from 255 or 11.49% from 148); Blue value is 113 (44.53% from 255 or 76.35% from 148); Max value from RGB is 113 - color contains mainly: blue. Hex color #121171 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #121171 is #EDEE8E. Grayscale: #1B1B1B. Windows color (decimal): -15593103 or 7409938. OLE color: 7409938.

HSL color Cylindrical-coordinate representation of color #121171: hue angle of 240.62º degrees, saturation: 0.74, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #121171 is Cyan = 0.84, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB1817113-
CMYK0.840.8500.56
HSL240.62º73.85%25.49%-
HSV(B)240.62º84.96%44.31%-
XYZ3.431.7215.77-
YUV28.24175.83120.69-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 12.16%
GREEN value IS 17 (7.03% from 255) = 11.49%
BLUE value IS 113 (44.53% from 255) = 76.35%
R=12.16%
G=11.49%
B=76.35%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal18171130.840.8500.56240.6273.8525.49
Hex1211715455038f14a19
Octal222116112412507036111231
Binary1001010001111000110101001010101011100011110001100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121171

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #121171; }

 p { color: rgb(18,17,113); }

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

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

 a { background-color: rgb(18,17,113); }

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

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

 span { border-color: rgb(18,17,113); }

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