#12154D

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

Shades of Midnight Express #12154D

Tints of Midnight Express #12154D

Color information

#12154D (or 0x12154D) is unknown color: approx Midnight Express. HEX triplet: 12, 15 and 4D. RGB value is (18,21,77). Sum of RGB (Red+Green+Blue) = 18+21+77=116 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15.52% from 116); Green value is 21 (8.59% from 255 or 18.10% from 116); Blue value is 77 (30.47% from 255 or 66.38% from 116); Max value from RGB is 77 - color contains mainly: blue. Hex color #12154D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #12154D is #EDEAB2. Grayscale: #1A1A1A. Windows color (decimal): -15592115 or 5051666. OLE color: 5051666.

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

Color convert

RGB182177-
CMYK0.770.7300.70
HSL236.95º62.11%18.63%-
HSV(B)236.95º76.62%30.2%-
XYZ1.861.27.16-
YUV26.49156.51121.95-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 15.52%
GREEN value IS 21 (8.59% from 255) = 18.10%
BLUE value IS 77 (30.47% from 255) = 66.38%
R=15.52%
G=18.10%
B=66.38%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal1821770.770.7300.70236.9562.1118.63
Hex12154D4D49046ed3e13
Octal222511511511101063557623
Binary1001010101100110110011011001001010001101110110111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12154D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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