#12184E

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

Shades of Midnight Express #12184E

Tints of Midnight Express #12184E

Color information

#12184E (or 0x12184E) is unknown color: approx Midnight Express. HEX triplet: 12, 18 and 4E. RGB value is (18,24,78). Sum of RGB (Red+Green+Blue) = 18+24+78=120 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15% from 120); Green value is 24 (9.77% from 255 or 20% from 120); Blue value is 78 (30.86% from 255 or 65% from 120); Max value from RGB is 78 - color contains mainly: blue. Hex color #12184E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #12184E is #EDE7B1. Grayscale: #1C1C1C. Windows color (decimal): -15591346 or 5117970. OLE color: 5117970.

HSL color Cylindrical-coordinate representation of color #12184E: hue angle of 234º degrees, saturation: 0.62, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #12184E is Cyan = 0.77, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB182478-
CMYK0.770.6900.69
HSL234º62.5%18.82%-
HSV(B)234º76.92%30.59%-
XYZ1.951.337.36-
YUV28.36156.01120.61-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 15%
GREEN value IS 24 (9.77% from 255) = 20%
BLUE value IS 78 (30.86% from 255) = 65%
R=15%
G=20%
B=65%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1824780.770.6900.6923462.518.82
Hex12184E4D45045ea3e13
Octal223011611510501053527623
Binary1001011000100111010011011000101010001011110101011111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12184E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12184E; }

 p { color: rgb(18,24,78); }

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

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

 a { background-color: rgb(18,24,78); }

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

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

 span { border-color: rgb(18,24,78); }

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