#13123D

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

Shades of Midnight Express #13123D

Tints of Midnight Express #13123D

Color information

#13123D (or 0x13123D) is unknown color: approx Midnight Express. HEX triplet: 13, 12 and 3D. RGB value is (19,18,61). Sum of RGB (Red+Green+Blue) = 19+18+61=98 (12% of max value = 765). Red value is 19 (7.81% from 255 or 19.39% from 98); Green value is 18 (7.42% from 255 or 18.37% from 98); Blue value is 61 (24.22% from 255 or 62.24% from 98); Max value from RGB is 61 - color contains mainly: blue. Hex color #13123D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #13123D is #ECEDC2. Grayscale: #171717. Windows color (decimal): -15527363 or 4002323. OLE color: 4002323.

HSL color Cylindrical-coordinate representation of color #13123D: hue angle of 241.4º 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 #13123D is Cyan = 0.69, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB191861-
CMYK0.690.7000.76
HSL241.4º54.43%15.49%-
HSV(B)241.4º70.49%23.92%-
XYZ1.330.914.52-
YUV23.2149.33125-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 19.39%
GREEN value IS 18 (7.42% from 255) = 18.37%
BLUE value IS 61 (24.22% from 255) = 62.24%
R=19.39%
G=18.37%
B=62.24%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal1918610.690.7000.76241.454.4315.49
Hex13123D454604Cf136f
Octal23227510510601143616617
Binary10011100101111011000101100011001001100111100011101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13123D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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