#121A46

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

Shades of Midnight Express #121A46

Tints of Midnight Express #121A46

Color information

#121A46 (or 0x121A46) is unknown color: approx Midnight Express. HEX triplet: 12, 1A and 46. RGB value is (18,26,70). Sum of RGB (Red+Green+Blue) = 18+26+70=114 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15.79% from 114); Green value is 26 (10.55% from 255 or 22.81% from 114); Blue value is 70 (27.73% from 255 or 61.40% from 114); Max value from RGB is 70 - color contains mainly: blue. Hex color #121A46 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #121A46 is #EDE5B9. Grayscale: #1C1C1C. Windows color (decimal): -15590842 or 4594194. OLE color: 4594194.

HSL color Cylindrical-coordinate representation of color #121A46: hue angle of 230.77º 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 #121A46 is Cyan = 0.74, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB182670-
CMYK0.740.6300.73
HSL230.77º59.09%17.25%-
HSV(B)230.77º74.29%27.45%-
XYZ1.721.315.96-
YUV28.62151.35120.42-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 15.79%
GREEN value IS 26 (10.55% from 255) = 22.81%
BLUE value IS 70 (27.73% from 255) = 61.40%
R=15.79%
G=22.81%
B=61.40%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal1826700.740.6300.73230.7759.0917.25
Hex121A464A3F049e73b11
Octal22321061127701113477321
Binary100101101010001101001010111111010010011110011111101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121A46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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