#12183B

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

Shades of Midnight Express #12183B

Tints of Midnight Express #12183B

Color information

#12183B (or 0x12183B) is unknown color: approx Midnight Express. HEX triplet: 12, 18 and 3B. RGB value is (18,24,59). Sum of RGB (Red+Green+Blue) = 18+24+59=101 (13% of max value = 765). Red value is 18 (7.42% from 255 or 17.82% from 101); Green value is 24 (9.77% from 255 or 23.76% from 101); Blue value is 59 (23.44% from 255 or 58.42% from 101); Max value from RGB is 59 - color contains mainly: blue. Hex color #12183B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #12183B is #EDE7C4. Grayscale: #1A1A1A. Windows color (decimal): -15591365 or 3872786. OLE color: 3872786.

HSL color Cylindrical-coordinate representation of color #12183B: hue angle of 231.22º degrees, saturation: 0.53, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #12183B is Cyan = 0.69, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB182459-
CMYK0.690.5900.77
HSL231.22º53.25%15.1%-
HSV(B)231.22º69.49%23.14%-
XYZ1.371.14.28-
YUV26.2146.51122.15-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 17.82%
GREEN value IS 24 (9.77% from 255) = 23.76%
BLUE value IS 59 (23.44% from 255) = 58.42%
R=17.82%
G=23.76%
B=58.42%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal1824590.690.5900.77231.2253.2515.1
Hex12183B453B04De735f
Octal2230731057301153476517
Binary1001011000111011100010111101101001101111001111101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12183B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12183B; }

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

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

<style>
 a { background-color: #12183B; }

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

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

<style>
 span { border-color: #12183B; }

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

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