#13133C

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

Shades of Midnight Express #13133C

Tints of Midnight Express #13133C

Color information

#13133C (or 0x13133C) is unknown color: approx Midnight Express. HEX triplet: 13, 13 and 3C. RGB value is (19,19,60). Sum of RGB (Red+Green+Blue) = 19+19+60=98 (12% of max value = 765). Red value is 19 (7.81% from 255 or 19.39% from 98); Green value is 19 (7.81% from 255 or 19.39% from 98); Blue value is 60 (23.83% from 255 or 61.22% from 98); Max value from RGB is 60 - color contains mainly: blue. Hex color #13133C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #13133C is #ECECC3. Grayscale: #171717. Windows color (decimal): -15527108 or 3937043. OLE color: 3937043.

HSL color Cylindrical-coordinate representation of color #13133C: hue angle of 240º degrees, saturation: 0.52, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #13133C is Cyan = 0.68, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB191960-
CMYK0.680.6800.76
HSL240º51.9%15.49%-
HSV(B)240º68.33%23.53%-
XYZ1.320.934.39-
YUV23.67148.5124.67-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 19.39%
GREEN value IS 19 (7.81% from 255) = 19.39%
BLUE value IS 60 (23.83% from 255) = 61.22%
R=19.39%
G=19.39%
B=61.22%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal1919600.680.6800.7624051.915.49
Hex13133C444404Cf034f
Octal23237410410401143606417
Binary10011100111111001000100100010001001100111100001101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13133C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,19,60); }

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

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

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

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

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

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

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