#131E3D

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

Shades of Midnight Express #131E3D

Tints of Midnight Express #131E3D

Color information

#131E3D (or 0x131E3D) is unknown color: approx Midnight Express. HEX triplet: 13, 1E and 3D. RGB value is (19,30,61). Sum of RGB (Red+Green+Blue) = 19+30+61=110 (14% of max value = 765). Red value is 19 (7.81% from 255 or 17.27% from 110); Green value is 30 (12.11% from 255 or 27.27% from 110); Blue value is 61 (24.22% from 255 or 55.45% from 110); Max value from RGB is 61 - color contains mainly: blue. Hex color #131E3D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #131E3D is #ECE1C2. Grayscale: #1E1E1E. Windows color (decimal): -15524291 or 4005395. OLE color: 4005395.

HSL color Cylindrical-coordinate representation of color #131E3D: hue angle of 224.29º degrees, saturation: 0.52, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #131E3D is Cyan = 0.69, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB193061-
CMYK0.690.5100.76
HSL224.29º52.5%15.69%-
HSV(B)224.29º68.85%23.92%-
XYZ1.581.44.6-
YUV30.24145.36119.98-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 17.27%
GREEN value IS 30 (12.11% from 255) = 27.27%
BLUE value IS 61 (24.22% from 255) = 55.45%
R=17.27%
G=27.27%
B=55.45%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal1930610.690.5100.76224.2952.515.69
Hex131E3D453304Ce03410
Octal2336751056301143406420
Binary10011111101111011000101110011010011001110000011010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131E3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,30,61); }

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

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

 a { background-color: rgb(19,30,61); }

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

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

 span { border-color: rgb(19,30,61); }

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