#121634

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

Shades of Midnight Express #121634

Tints of Midnight Express #121634

Color information

#121634 (or 0x121634) is unknown color: approx Midnight Express. HEX triplet: 12, 16 and 34. RGB value is (18,22,52). Sum of RGB (Red+Green+Blue) = 18+22+52=92 (12% of max value = 765). Red value is 18 (7.42% from 255 or 19.57% from 92); Green value is 22 (8.98% from 255 or 23.91% from 92); Blue value is 52 (20.70% from 255 or 56.52% from 92); Max value from RGB is 52 - color contains mainly: blue. Hex color #121634 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #121634 is #EDE9CB. Grayscale: #181818. Windows color (decimal): -15591884 or 3413522. OLE color: 3413522.

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

Color convert

RGB182252-
CMYK0.650.5800.80
HSL232.94º48.57%13.73%-
HSV(B)232.94º65.38%20.39%-
XYZ1.160.953.37-
YUV24.22143.67123.56-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 19.57%
GREEN value IS 22 (8.98% from 255) = 23.91%
BLUE value IS 52 (20.70% from 255) = 56.52%
R=19.57%
G=23.91%
B=56.52%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal1822520.650.5800.80232.9448.5713.73
Hex121634413A050e931e
Octal2226641017201203516116
Binary1001010110110100100000111101001010000111010011100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121634

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #121634; }

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

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

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

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

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

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

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

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