#12153E

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

Shades of Midnight Express #12153E

Tints of Midnight Express #12153E

Color information

#12153E (or 0x12153E) is unknown color: approx Midnight Express. HEX triplet: 12, 15 and 3E. RGB value is (18,21,62). Sum of RGB (Red+Green+Blue) = 18+21+62=101 (13% of max value = 765). Red value is 18 (7.42% from 255 or 17.82% from 101); Green value is 21 (8.59% from 255 or 20.79% from 101); Blue value is 62 (24.61% from 255 or 61.39% from 101); Max value from RGB is 62 - color contains mainly: blue. Hex color #12153E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #12153E is #EDEAC1. Grayscale: #181818. Windows color (decimal): -15592130 or 4068626. OLE color: 4068626.

HSL color Cylindrical-coordinate representation of color #12153E: hue angle of 235.91º degrees, saturation: 0.55, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #12153E is Cyan = 0.71, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB182162-
CMYK0.710.6600.76
HSL235.91º55%15.69%-
HSV(B)235.91º70.97%24.31%-
XYZ1.391.014.68-
YUV24.78149.01123.17-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 17.82%
GREEN value IS 21 (8.59% from 255) = 20.79%
BLUE value IS 62 (24.61% from 255) = 61.39%
R=17.82%
G=20.79%
B=61.39%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal1821620.710.6600.76235.915515.69
Hex12153E474204Cec3710
Octal22257610710201143546720
Binary100101010111111010001111000010010011001110110011011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12153E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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