#121A40

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

Shades of Midnight Express #121A40

Tints of Midnight Express #121A40

Color information

#121A40 (or 0x121A40) is unknown color: approx Midnight Express. HEX triplet: 12, 1A and 40. RGB value is (18,26,64). Sum of RGB (Red+Green+Blue) = 18+26+64=108 (14% of max value = 765). Red value is 18 (7.42% from 255 or 16.67% from 108); Green value is 26 (10.55% from 255 or 24.07% from 108); Blue value is 64 (25.39% from 255 or 59.26% from 108); Max value from RGB is 64 - color contains mainly: blue. Hex color #121A40 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #121A40 is #EDE5BF. Grayscale: #1B1B1B. Windows color (decimal): -15590848 or 4200978. OLE color: 4200978.

HSL color Cylindrical-coordinate representation of color #121A40: hue angle of 229.57º degrees, saturation: 0.56, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #121A40 is Cyan = 0.72, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB182664-
CMYK0.720.5900.75
HSL229.57º56.1%16.08%-
HSV(B)229.57º71.88%25.1%-
XYZ1.541.245.01-
YUV27.94148.35120.91-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 16.67%
GREEN value IS 26 (10.55% from 255) = 24.07%
BLUE value IS 64 (25.39% from 255) = 59.26%
R=16.67%
G=24.07%
B=59.26%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1826640.720.5900.75229.5756.116.08
Hex121A40483B04Be63810
Octal22321001107301133467020
Binary100101101010000001001000111011010010111110011011100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121A40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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