#12194C

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

Shades of Midnight Express #12194C

Tints of Midnight Express #12194C

Color information

#12194C (or 0x12194C) is unknown color: approx Midnight Express. HEX triplet: 12, 19 and 4C. RGB value is (18,25,76). Sum of RGB (Red+Green+Blue) = 18+25+76=119 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15.13% from 119); Green value is 25 (10.16% from 255 or 21.01% from 119); Blue value is 76 (30.08% from 255 or 63.87% from 119); Max value from RGB is 76 - color contains mainly: blue. Hex color #12194C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #12194C is #EDE6B3. Grayscale: #1C1C1C. Windows color (decimal): -15591092 or 4987154. OLE color: 4987154.

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

Color convert

RGB182576-
CMYK0.760.6700.70
HSL232.76º61.7%18.43%-
HSV(B)232.76º76.32%29.8%-
XYZ1.91.357-
YUV28.72154.68120.35-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 15.13%
GREEN value IS 25 (10.16% from 255) = 21.01%
BLUE value IS 76 (30.08% from 255) = 63.87%
R=15.13%
G=21.01%
B=63.87%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal1825760.760.6700.70232.7661.718.43
Hex12194C4C43046e93e12
Octal223111411410301063517622
Binary1001011001100110010011001000011010001101110100111111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12194C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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