#131241

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

Shades of Midnight Express #131241

Tints of Midnight Express #131241

Color information

#131241 (or 0x131241) is unknown color: approx Midnight Express. HEX triplet: 13, 12 and 41. RGB value is (19,18,65). Sum of RGB (Red+Green+Blue) = 19+18+65=102 (13% of max value = 765). Red value is 19 (7.81% from 255 or 18.63% from 102); Green value is 18 (7.42% from 255 or 17.65% from 102); Blue value is 65 (25.78% from 255 or 63.73% from 102); Max value from RGB is 65 - color contains mainly: blue. Hex color #131241 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #131241 is #ECEDBE. Grayscale: #171717. Windows color (decimal): -15527359 or 4264467. OLE color: 4264467.

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

Color convert

RGB191865-
CMYK0.710.7200.75
HSL241.28º56.63%16.27%-
HSV(B)241.28º72.31%25.49%-
XYZ1.440.955.11-
YUV23.66151.33124.68-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 18.63%
GREEN value IS 18 (7.42% from 255) = 17.65%
BLUE value IS 65 (25.78% from 255) = 63.73%
R=18.63%
G=17.65%
B=63.73%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1918650.710.7200.75241.2856.6316.27
Hex131241474804Bf13910
Octal232210110711001133617120
Binary1001110010100000110001111001000010010111111000111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131241

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #131241; }

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

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

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

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

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

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

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

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