#12153D

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

Shades of Midnight Express #12153D

Tints of Midnight Express #12153D

Color information

#12153D (or 0x12153D) is unknown color: approx Midnight Express. HEX triplet: 12, 15 and 3D. RGB value is (18,21,61). Sum of RGB (Red+Green+Blue) = 18+21+61=100 (13% of max value = 765). Red value is 18 (7.42% from 255 or 18% from 100); Green value is 21 (8.59% from 255 or 21% from 100); Blue value is 61 (24.22% from 255 or 61% from 100); Max value from RGB is 61 - color contains mainly: blue. Hex color #12153D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #12153D is #EDEAC2. Grayscale: #181818. Windows color (decimal): -15592131 or 4003090. OLE color: 4003090.

HSL color Cylindrical-coordinate representation of color #12153D: hue angle of 235.81º degrees, saturation: 0.54, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #12153D is Cyan = 0.70, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB182161-
CMYK0.700.6600.76
HSL235.81º54.43%15.49%-
HSV(B)235.81º70.49%23.92%-
XYZ1.3614.54-
YUV24.66148.51123.25-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 18%
GREEN value IS 21 (8.59% from 255) = 21%
BLUE value IS 61 (24.22% from 255) = 61%
R=18%
G=21%
B=61%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal1821610.700.6600.76235.8154.4315.49
Hex12153D464204Cec36f
Octal22257510610201143546617
Binary10010101011111011000110100001001001100111011001101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12153D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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