#131D43

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

Shades of Midnight Express #131D43

Tints of Midnight Express #131D43

Color information

#131D43 (or 0x131D43) is unknown color: approx Midnight Express. HEX triplet: 13, 1D and 43. RGB value is (19,29,67). Sum of RGB (Red+Green+Blue) = 19+29+67=115 (15% of max value = 765). Red value is 19 (7.81% from 255 or 16.52% from 115); Green value is 29 (11.72% from 255 or 25.22% from 115); Blue value is 67 (26.56% from 255 or 58.26% from 115); Max value from RGB is 67 - color contains mainly: blue. Hex color #131D43 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #131D43 is #ECE2BC. Grayscale: #1E1E1E. Windows color (decimal): -15524541 or 4398355. OLE color: 4398355.

HSL color Cylindrical-coordinate representation of color #131D43: hue angle of 227.5º degrees, saturation: 0.56, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #131D43 is Cyan = 0.72, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB192967-
CMYK0.720.5700.74
HSL227.5º55.81%16.86%-
HSV(B)227.5º71.64%26.27%-
XYZ1.721.425.49-
YUV30.34148.69119.91-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 16.52%
GREEN value IS 29 (11.72% from 255) = 25.22%
BLUE value IS 67 (26.56% from 255) = 58.26%
R=16.52%
G=25.22%
B=58.26%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal1929670.720.5700.74227.555.8116.86
Hex131D43483904Ae43811
Octal23351031107101123447021
Binary100111110110000111001000111001010010101110010011100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131D43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,29,67); }

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

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

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

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

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

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

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