#131940

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

Shades of Midnight Express #131940

Tints of Midnight Express #131940

Color information

#131940 (or 0x131940) is unknown color: approx Midnight Express. HEX triplet: 13, 19 and 40. RGB value is (19,25,64). Sum of RGB (Red+Green+Blue) = 19+25+64=108 (14% of max value = 765). Red value is 19 (7.81% from 255 or 17.59% from 108); Green value is 25 (10.16% from 255 or 23.15% from 108); Blue value is 64 (25.39% from 255 or 59.26% from 108); Max value from RGB is 64 - color contains mainly: blue. Hex color #131940 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #131940 is #ECE6BF. Grayscale: #1B1B1B. Windows color (decimal): -15525568 or 4200723. OLE color: 4200723.

HSL color Cylindrical-coordinate representation of color #131940: hue angle of 232º 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 #131940 is Cyan = 0.70, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB192564-
CMYK0.700.6100.75
HSL232º54.22%16.27%-
HSV(B)232º70.31%25.1%-
XYZ1.541.25-
YUV27.65148.51121.83-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 17.59%
GREEN value IS 25 (10.16% from 255) = 23.15%
BLUE value IS 64 (25.39% from 255) = 59.26%
R=17.59%
G=23.15%
B=59.26%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1925640.700.6100.7523254.2216.27
Hex131940463D04Be83610
Octal23311001067501133506620
Binary100111100110000001000110111101010010111110100011011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #131940; }

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

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

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

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

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

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

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

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