#12154C

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

Shades of Midnight Express #12154C

Tints of Midnight Express #12154C

Color information

#12154C (or 0x12154C) is unknown color: approx Midnight Express. HEX triplet: 12, 15 and 4C. RGB value is (18,21,76). Sum of RGB (Red+Green+Blue) = 18+21+76=115 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15.65% from 115); Green value is 21 (8.59% from 255 or 18.26% from 115); Blue value is 76 (30.08% from 255 or 66.09% from 115); Max value from RGB is 76 - color contains mainly: blue. Hex color #12154C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #12154C is #EDEAB3. Grayscale: #1A1A1A. Windows color (decimal): -15592116 or 4986130. OLE color: 4986130.

HSL color Cylindrical-coordinate representation of color #12154C: hue angle of 236.9º 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 #12154C is Cyan = 0.76, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB182176-
CMYK0.760.7200.70
HSL236.9º61.7%18.43%-
HSV(B)236.9º76.32%29.8%-
XYZ1.821.196.97-
YUV26.37156.01122.03-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 15.65%
GREEN value IS 21 (8.59% from 255) = 18.26%
BLUE value IS 76 (30.08% from 255) = 66.09%
R=15.65%
G=18.26%
B=66.09%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal1821760.760.7200.70236.961.718.43
Hex12154C4C48046ed3e12
Octal222511411411001063557622
Binary1001010101100110010011001001000010001101110110111111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12154C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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