#12164C

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

Shades of Midnight Express #12164C

Tints of Midnight Express #12164C

Color information

#12164C (or 0x12164C) is unknown color: approx Midnight Express. HEX triplet: 12, 16 and 4C. RGB value is (18,22,76). Sum of RGB (Red+Green+Blue) = 18+22+76=116 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15.52% from 116); Green value is 22 (8.98% from 255 or 18.97% from 116); Blue value is 76 (30.08% from 255 or 65.52% from 116); Max value from RGB is 76 - color contains mainly: blue. Hex color #12164C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #12164C is #EDE9B3. Grayscale: #1A1A1A. Windows color (decimal): -15591860 or 4986386. OLE color: 4986386.

HSL color Cylindrical-coordinate representation of color #12164C: hue angle of 235.86º degrees, saturation: 0.62, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #12164C is Cyan = 0.76, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB182276-
CMYK0.760.7100.70
HSL235.86º61.7%18.43%-
HSV(B)235.86º76.32%29.8%-
XYZ1.841.226.98-
YUV26.96155.67121.61-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 15.52%
GREEN value IS 22 (8.98% from 255) = 18.97%
BLUE value IS 76 (30.08% from 255) = 65.52%
R=15.52%
G=18.97%
B=65.52%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal1822760.760.7100.70235.8661.718.43
Hex12164C4C47046ec3e12
Octal222611411410701063547622
Binary1001010110100110010011001000111010001101110110011111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12164C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12164C; }

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

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

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

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

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

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

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

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