#121933

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

Shades of Midnight Express #121933

Tints of Midnight Express #121933

Color information

#121933 (or 0x121933) is unknown color: approx Midnight Express. HEX triplet: 12, 19 and 33. RGB value is (18,25,51). Sum of RGB (Red+Green+Blue) = 18+25+51=94 (12% of max value = 765). Red value is 18 (7.42% from 255 or 19.15% from 94); Green value is 25 (10.16% from 255 or 26.60% from 94); Blue value is 51 (20.31% from 255 or 54.26% from 94); Max value from RGB is 51 - color contains mainly: blue. Hex color #121933 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #121933 is #EDE6CC. Grayscale: #191919. Windows color (decimal): -15591117 or 3348754. OLE color: 3348754.

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

Color convert

RGB182551-
CMYK0.650.5100.8
HSL227.27º47.83%13.53%-
HSV(B)227.27º64.71%20%-
XYZ1.191.063.27-
YUV25.87142.18122.39-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 19.15%
GREEN value IS 25 (10.16% from 255) = 26.60%
BLUE value IS 51 (20.31% from 255) = 54.26%
R=19.15%
G=26.60%
B=54.26%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal1825510.650.5100.8227.2747.8313.53
Hex1219334133050e330e
Octal2231631016301203436016
Binary1001011001110011100000111001101010000111000111100001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121933

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #121933; }

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

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

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

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

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

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

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

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