#121533

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

Shades of Midnight Express #121533

Tints of Midnight Express #121533

Color information

#121533 (or 0x121533) is unknown color: approx Midnight Express. HEX triplet: 12, 15 and 33. RGB value is (18,21,51). Sum of RGB (Red+Green+Blue) = 18+21+51=90 (11% of max value = 765). Red value is 18 (7.42% from 255 or 20% from 90); Green value is 21 (8.59% from 255 or 23.33% from 90); Blue value is 51 (20.31% from 255 or 56.67% from 90); Max value from RGB is 51 - color contains mainly: blue. Hex color #121533 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #121533 is #EDEACC. Grayscale: #171717. Windows color (decimal): -15592141 or 3347730. OLE color: 3347730.

HSL color Cylindrical-coordinate representation of color #121533: hue angle of 234.55º degrees, saturation: 0.48, 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 #121533 is Cyan = 0.65, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.8.

Color convert

RGB182151-
CMYK0.650.5900.8
HSL234.55º47.83%13.53%-
HSV(B)234.55º64.71%20%-
XYZ1.120.93.25-
YUV23.52143.51124.06-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 20%
GREEN value IS 21 (8.59% from 255) = 23.33%
BLUE value IS 51 (20.31% from 255) = 56.67%
R=20%
G=23.33%
B=56.67%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal1821510.650.5900.8234.5547.8313.53
Hex121533413B050eb30e
Octal2225631017301203536016
Binary1001010101110011100000111101101010000111010111100001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121533

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #121533; }

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

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

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

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

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

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

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

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