#121A63

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

Shades of Midnight Blue #121A63

Tints of Midnight Blue #121A63

Color information

#121A63 (or 0x121A63) is unknown color: approx Midnight Blue. HEX triplet: 12, 1A and 63. RGB value is (18,26,99). Sum of RGB (Red+Green+Blue) = 18+26+99=143 (18% of max value = 765). Red value is 18 (7.42% from 255 or 12.59% from 143); Green value is 26 (10.55% from 255 or 18.18% from 143); Blue value is 99 (39.06% from 255 or 69.23% from 143); Max value from RGB is 99 - color contains mainly: blue. Hex color #121A63 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #121A63 is #EDE59C. Grayscale: #1F1F1F. Windows color (decimal): -15590813 or 6494738. OLE color: 6494738.

HSL color Cylindrical-coordinate representation of color #121A63: hue angle of 234.07º degrees, saturation: 0.69, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #121A63 is Cyan = 0.82, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB182699-
CMYK0.820.7400.61
HSL234.07º69.23%22.94%-
HSV(B)234.07º81.82%38.82%-
XYZ2.871.7711.99-
YUV31.93165.85118.06-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 12.59%
GREEN value IS 26 (10.55% from 255) = 18.18%
BLUE value IS 99 (39.06% from 255) = 69.23%
R=12.59%
G=18.18%
B=69.23%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal1826990.820.7400.61234.0769.2322.94
Hex121A63524A03Dea4517
Octal223214312211207535210527
Binary1001011010110001110100101001010011110111101010100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121A63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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