#12194D

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

Shades of Midnight Express #12194D

Tints of Midnight Express #12194D

Color information

#12194D (or 0x12194D) is unknown color: approx Midnight Express. HEX triplet: 12, 19 and 4D. RGB value is (18,25,77). Sum of RGB (Red+Green+Blue) = 18+25+77=120 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15% from 120); Green value is 25 (10.16% from 255 or 20.83% from 120); Blue value is 77 (30.47% from 255 or 64.17% from 120); Max value from RGB is 77 - color contains mainly: blue. Hex color #12194D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #12194D is #EDE6B2. Grayscale: #1C1C1C. Windows color (decimal): -15591091 or 5052690. OLE color: 5052690.

HSL color Cylindrical-coordinate representation of color #12194D: hue angle of 232.88º degrees, saturation: 0.62, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #12194D is Cyan = 0.77, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB182577-
CMYK0.770.6800.70
HSL232.88º62.11%18.63%-
HSV(B)232.88º76.62%30.2%-
XYZ1.941.367.18-
YUV28.84155.18120.27-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 15%
GREEN value IS 25 (10.16% from 255) = 20.83%
BLUE value IS 77 (30.47% from 255) = 64.17%
R=15%
G=20.83%
B=64.17%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal1825770.770.6800.70232.8862.1118.63
Hex12194D4D44046e93e13
Octal223111511510401063517623
Binary1001011001100110110011011000100010001101110100111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12194D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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