#121A34

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

Shades of Midnight Express #121A34

Tints of Midnight Express #121A34

Color information

#121A34 (or 0x121A34) is unknown color: approx Midnight Express. HEX triplet: 12, 1A and 34. RGB value is (18,26,52). Sum of RGB (Red+Green+Blue) = 18+26+52=96 (12% of max value = 765). Red value is 18 (7.42% from 255 or 18.75% from 96); Green value is 26 (10.55% from 255 or 27.08% from 96); Blue value is 52 (20.70% from 255 or 54.17% from 96); Max value from RGB is 52 - color contains mainly: blue. Hex color #121A34 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #121A34 is #EDE5CB. Grayscale: #1A1A1A. Windows color (decimal): -15590860 or 3414546. OLE color: 3414546.

HSL color Cylindrical-coordinate representation of color #121A34: hue angle of 225.88º degrees, saturation: 0.49, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #121A34 is Cyan = 0.65, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB182652-
CMYK0.650.5000.80
HSL225.88º48.57%13.73%-
HSV(B)225.88º65.38%20.39%-
XYZ1.241.123.4-
YUV26.57142.35121.89-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 18.75%
GREEN value IS 26 (10.55% from 255) = 27.08%
BLUE value IS 52 (20.70% from 255) = 54.17%
R=18.75%
G=27.08%
B=54.17%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal1826520.650.5000.80225.8848.5713.73
Hex121A344132050e231e
Octal2232641016201203426116
Binary1001011010110100100000111001001010000111000101100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121A34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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