#121660

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

Shades of Midnight Blue #121660

Tints of Midnight Blue #121660

Color information

#121660 (or 0x121660) is unknown color: approx Midnight Blue. HEX triplet: 12, 16 and 60. RGB value is (18,22,96). Sum of RGB (Red+Green+Blue) = 18+22+96=136 (18% of max value = 765). Red value is 18 (7.42% from 255 or 13.24% from 136); Green value is 22 (8.98% from 255 or 16.18% from 136); Blue value is 96 (37.89% from 255 or 70.59% from 136); Max value from RGB is 96 - color contains mainly: blue. Hex color #121660 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #121660 is #EDE99F. Grayscale: #1C1C1C. Windows color (decimal): -15591840 or 6297106. OLE color: 6297106.

HSL color Cylindrical-coordinate representation of color #121660: hue angle of 236.92º degrees, saturation: 0.68, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #121660 is Cyan = 0.81, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB182296-
CMYK0.810.7700.62
HSL236.92º68.42%22.35%-
HSV(B)236.92º81.25%37.65%-
XYZ2.651.5511.23-
YUV29.24165.67119.98-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 13.24%
GREEN value IS 22 (8.98% from 255) = 16.18%
BLUE value IS 96 (37.89% from 255) = 70.59%
R=13.24%
G=16.18%
B=70.59%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1822960.810.7700.62236.9268.4222.35
Hex121660514D03Eed4416
Octal222614012111507635510426
Binary1001010110110000010100011001101011111011101101100010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121660

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #121660; }

 p { color: rgb(18,22,96); }

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

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

 a { background-color: rgb(18,22,96); }

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

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

 span { border-color: rgb(18,22,96); }

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