#121A59

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

Shades of Midnight Blue #121A59

Tints of Midnight Blue #121A59

Color information

#121A59 (or 0x121A59) is unknown color: approx Midnight Blue. HEX triplet: 12, 1A and 59. RGB value is (18,26,89). Sum of RGB (Red+Green+Blue) = 18+26+89=133 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.53% from 133); Green value is 26 (10.55% from 255 or 19.55% from 133); Blue value is 89 (35.16% from 255 or 66.92% from 133); Max value from RGB is 89 - color contains mainly: blue. Hex color #121A59 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #121A59 is #EDE5A6. Grayscale: #1E1E1E. Windows color (decimal): -15590823 or 5839378. OLE color: 5839378.

HSL color Cylindrical-coordinate representation of color #121A59: hue angle of 233.24º degrees, saturation: 0.66, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #121A59 is Cyan = 0.80, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB182689-
CMYK0.800.7100.65
HSL233.24º66.36%20.98%-
HSV(B)233.24º79.78%34.9%-
XYZ2.421.599.63-
YUV30.79160.85118.88-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 13.53%
GREEN value IS 26 (10.55% from 255) = 19.55%
BLUE value IS 89 (35.16% from 255) = 66.92%
R=13.53%
G=19.55%
B=66.92%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1826890.800.7100.65233.2466.3620.98
Hex121A595047041e94215
Octal2232131120107010135110225
Binary10010110101011001101000010001110100000111101001100001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121A59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #121A59; }

 p { color: rgb(18,26,89); }

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

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

 a { background-color: rgb(18,26,89); }

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

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

 span { border-color: rgb(18,26,89); }

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