#12193B

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

Shades of Midnight Express #12193B

Tints of Midnight Express #12193B

Color information

#12193B (or 0x12193B) is unknown color: approx Midnight Express. HEX triplet: 12, 19 and 3B. RGB value is (18,25,59). Sum of RGB (Red+Green+Blue) = 18+25+59=102 (13% of max value = 765). Red value is 18 (7.42% from 255 or 17.65% from 102); Green value is 25 (10.16% from 255 or 24.51% from 102); Blue value is 59 (23.44% from 255 or 57.84% from 102); Max value from RGB is 59 - color contains mainly: blue. Hex color #12193B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #12193B is #EDE6C4. Grayscale: #1A1A1A. Windows color (decimal): -15591109 or 3873042. OLE color: 3873042.

HSL color Cylindrical-coordinate representation of color #12193B: hue angle of 229.76º 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 #12193B is Cyan = 0.69, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB182559-
CMYK0.690.5800.77
HSL229.76º53.25%15.1%-
HSV(B)229.76º69.49%23.14%-
XYZ1.391.144.28-
YUV26.78146.18121.74-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 17.65%
GREEN value IS 25 (10.16% from 255) = 24.51%
BLUE value IS 59 (23.44% from 255) = 57.84%
R=17.65%
G=24.51%
B=57.84%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal1825590.690.5800.77229.7653.2515.1
Hex12193B453A04De635f
Octal2231731057201153466517
Binary1001011001111011100010111101001001101111001101101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12193B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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