#121A45

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

Shades of Midnight Express #121A45

Tints of Midnight Express #121A45

Color information

#121A45 (or 0x121A45) is unknown color: approx Midnight Express. HEX triplet: 12, 1A and 45. RGB value is (18,26,69). Sum of RGB (Red+Green+Blue) = 18+26+69=113 (14% of max value = 765). Red value is 18 (7.42% from 255 or 15.93% from 113); Green value is 26 (10.55% from 255 or 23.01% from 113); Blue value is 69 (27.34% from 255 or 61.06% from 113); Max value from RGB is 69 - color contains mainly: blue. Hex color #121A45 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #121A45 is #EDE5BA. Grayscale: #1C1C1C. Windows color (decimal): -15590843 or 4528658. OLE color: 4528658.

HSL color Cylindrical-coordinate representation of color #121A45: hue angle of 230.59º degrees, saturation: 0.59, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #121A45 is Cyan = 0.74, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB182669-
CMYK0.740.6200.73
HSL230.59º58.62%17.06%-
HSV(B)230.59º73.91%27.06%-
XYZ1.691.35.79-
YUV28.51150.85120.5-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 15.93%
GREEN value IS 26 (10.55% from 255) = 23.01%
BLUE value IS 69 (27.34% from 255) = 61.06%
R=15.93%
G=23.01%
B=61.06%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal1826690.740.6200.73230.5958.6217.06
Hex121A454A3E049e73b11
Octal22321051127601113477321
Binary100101101010001011001010111110010010011110011111101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121A45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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