#131841

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

Shades of Midnight Express #131841

Tints of Midnight Express #131841

Color information

#131841 (or 0x131841) is unknown color: approx Midnight Express. HEX triplet: 13, 18 and 41. RGB value is (19,24,65). Sum of RGB (Red+Green+Blue) = 19+24+65=108 (14% of max value = 765). Red value is 19 (7.81% from 255 or 17.59% from 108); Green value is 24 (9.77% from 255 or 22.22% from 108); Blue value is 65 (25.78% from 255 or 60.19% from 108); Max value from RGB is 65 - color contains mainly: blue. Hex color #131841 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #131841 is #ECE7BE. Grayscale: #1B1B1B. Windows color (decimal): -15525823 or 4266003. OLE color: 4266003.

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

Color convert

RGB192465-
CMYK0.710.6300.75
HSL233.48º54.76%16.47%-
HSV(B)233.48º70.77%25.49%-
XYZ1.551.175.15-
YUV27.18149.34122.17-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 17.59%
GREEN value IS 24 (9.77% from 255) = 22.22%
BLUE value IS 65 (25.78% from 255) = 60.19%
R=17.59%
G=22.22%
B=60.19%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1924650.710.6300.75233.4854.7616.47
Hex131841473F04Be93710
Octal23301011077701133516720
Binary100111100010000011000111111111010010111110100111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131841

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #131841; }

 p { color: rgb(19,24,65); }

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

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

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

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

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

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

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