#12184F

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

Shades of Midnight Express #12184F

Tints of Midnight Express #12184F

Color information

#12184F (or 0x12184F) is unknown color: approx Midnight Express. HEX triplet: 12, 18 and 4F. RGB value is (18,24,79). Sum of RGB (Red+Green+Blue) = 18+24+79=121 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.88% from 121); Green value is 24 (9.77% from 255 or 19.83% from 121); Blue value is 79 (31.25% from 255 or 65.29% from 121); Max value from RGB is 79 - color contains mainly: blue. Hex color #12184F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #12184F is #EDE7B0. Grayscale: #1C1C1C. Windows color (decimal): -15591345 or 5183506. OLE color: 5183506.

HSL color Cylindrical-coordinate representation of color #12184F: hue angle of 234.1º degrees, saturation: 0.63, 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 #12184F is Cyan = 0.77, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB182479-
CMYK0.770.7000.69
HSL234.1º62.89%19.02%-
HSV(B)234.1º77.22%30.98%-
XYZ1.991.357.55-
YUV28.48156.51120.53-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 14.88%
GREEN value IS 24 (9.77% from 255) = 19.83%
BLUE value IS 79 (31.25% from 255) = 65.29%
R=14.88%
G=19.83%
B=65.29%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1824790.770.7000.69234.162.8919.02
Hex12184F4D46045ea3f13
Octal223011711510601053527723
Binary1001011000100111110011011000110010001011110101011111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12184F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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