#131340

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

Shades of Midnight Express #131340

Tints of Midnight Express #131340

Color information

#131340 (or 0x131340) is unknown color: approx Midnight Express. HEX triplet: 13, 13 and 40. RGB value is (19,19,64). Sum of RGB (Red+Green+Blue) = 19+19+64=102 (13% of max value = 765). Red value is 19 (7.81% from 255 or 18.63% from 102); Green value is 19 (7.81% from 255 or 18.63% from 102); Blue value is 64 (25.39% from 255 or 62.75% from 102); Max value from RGB is 64 - color contains mainly: blue. Hex color #131340 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #131340 is #ECECBF. Grayscale: #171717. Windows color (decimal): -15527104 or 4199187. OLE color: 4199187.

HSL color Cylindrical-coordinate representation of color #131340: hue angle of 240º degrees, saturation: 0.54, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #131340 is Cyan = 0.70, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB191964-
CMYK0.700.7000.75
HSL240º54.22%16.27%-
HSV(B)240º70.31%25.1%-
XYZ1.430.974.96-
YUV24.13150.5124.34-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 18.63%
GREEN value IS 19 (7.81% from 255) = 18.63%
BLUE value IS 64 (25.39% from 255) = 62.75%
R=18.63%
G=18.63%
B=62.75%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1919640.700.7000.7524054.2216.27
Hex131340464604Bf03610
Octal232310010610601133606620
Binary1001110011100000010001101000110010010111111000011011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131340

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #131340; }

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

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

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

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

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

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

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

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