#131C49

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

Shades of Midnight Express #131C49

Tints of Midnight Express #131C49

Color information

#131C49 (or 0x131C49) is unknown color: approx Midnight Express. HEX triplet: 13, 1C and 49. RGB value is (19,28,73). Sum of RGB (Red+Green+Blue) = 19+28+73=120 (15% of max value = 765). Red value is 19 (7.81% from 255 or 15.83% from 120); Green value is 28 (11.33% from 255 or 23.33% from 120); Blue value is 73 (28.91% from 255 or 60.83% from 120); Max value from RGB is 73 - color contains mainly: blue. Hex color #131C49 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #131C49 is #ECE3B6. Grayscale: #1E1E1E. Windows color (decimal): -15524791 or 4791315. OLE color: 4791315.

HSL color Cylindrical-coordinate representation of color #131C49: hue angle of 230º degrees, saturation: 0.59, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #131C49 is Cyan = 0.74, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB192873-
CMYK0.740.6200.71
HSL230º58.7%18.04%-
HSV(B)230º73.97%28.63%-
XYZ1.891.456.48-
YUV30.44152.02119.84-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 15.83%
GREEN value IS 28 (11.33% from 255) = 23.33%
BLUE value IS 73 (28.91% from 255) = 60.83%
R=15.83%
G=23.33%
B=60.83%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal1928730.740.6200.7123058.718.04
Hex131C494A3E047e63b12
Octal23341111127601073467322
Binary100111110010010011001010111110010001111110011011101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131C49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #131C49; }

 p { color: rgb(19,28,73); }

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

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

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

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

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

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

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