#121534

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

Shades of Midnight Express #121534

Tints of Midnight Express #121534

Color information

#121534 (or 0x121534) is unknown color: approx Midnight Express. HEX triplet: 12, 15 and 34. RGB value is (18,21,52). Sum of RGB (Red+Green+Blue) = 18+21+52=91 (12% of max value = 765). Red value is 18 (7.42% from 255 or 19.78% from 91); Green value is 21 (8.59% from 255 or 23.08% from 91); Blue value is 52 (20.70% from 255 or 57.14% from 91); Max value from RGB is 52 - color contains mainly: blue. Hex color #121534 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #121534 is #EDEACB. Grayscale: #171717. Windows color (decimal): -15592140 or 3413266. OLE color: 3413266.

HSL color Cylindrical-coordinate representation of color #121534: hue angle of 234.71º 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 #121534 is Cyan = 0.65, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB182152-
CMYK0.650.6000.80
HSL234.71º48.57%13.73%-
HSV(B)234.71º65.38%20.39%-
XYZ1.140.913.37-
YUV23.64144.01123.98-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 19.78%
GREEN value IS 21 (8.59% from 255) = 23.08%
BLUE value IS 52 (20.70% from 255) = 57.14%
R=19.78%
G=23.08%
B=57.14%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal1821520.650.6000.80234.7148.5713.73
Hex121534413C050eb31e
Octal2225641017401203536116
Binary1001010101110100100000111110001010000111010111100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121534

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #121534; }

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

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

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

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

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

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

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

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