#12153C

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

Shades of Midnight Express #12153C

Tints of Midnight Express #12153C

Color information

#12153C (or 0x12153C) is unknown color: approx Midnight Express. HEX triplet: 12, 15 and 3C. RGB value is (18,21,60). Sum of RGB (Red+Green+Blue) = 18+21+60=99 (13% of max value = 765). Red value is 18 (7.42% from 255 or 18.18% from 99); Green value is 21 (8.59% from 255 or 21.21% from 99); Blue value is 60 (23.83% from 255 or 60.61% from 99); Max value from RGB is 60 - color contains mainly: blue. Hex color #12153C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #12153C is #EDEAC3. Grayscale: #181818. Windows color (decimal): -15592132 or 3937554. OLE color: 3937554.

HSL color Cylindrical-coordinate representation of color #12153C: hue angle of 235.71º 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 #12153C is Cyan = 0.7, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB182160-
CMYK0.70.6500.76
HSL235.71º53.85%15.29%-
HSV(B)235.71º70%23.53%-
XYZ1.330.994.4-
YUV24.55148.01123.33-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 18.18%
GREEN value IS 21 (8.59% from 255) = 21.21%
BLUE value IS 60 (23.83% from 255) = 60.61%
R=18.18%
G=21.21%
B=60.61%

CMYK

C (Cyan) values IS 0.7
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal1821600.70.6500.76235.7153.8515.29
Hex12153C464104Cec36f
Octal22257410610101143546617
Binary10010101011111001000110100000101001100111011001101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12153C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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