#131E43

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

Shades of Midnight Express #131E43

Tints of Midnight Express #131E43

Color information

#131E43 (or 0x131E43) is unknown color: approx Midnight Express. HEX triplet: 13, 1E and 43. RGB value is (19,30,67). Sum of RGB (Red+Green+Blue) = 19+30+67=116 (15% of max value = 765). Red value is 19 (7.81% from 255 or 16.38% from 116); Green value is 30 (12.11% from 255 or 25.86% from 116); Blue value is 67 (26.56% from 255 or 57.76% from 116); Max value from RGB is 67 - color contains mainly: blue. Hex color #131E43 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #131E43 is #ECE1BC. Grayscale: #1E1E1E. Windows color (decimal): -15524285 or 4398611. OLE color: 4398611.

HSL color Cylindrical-coordinate representation of color #131E43: hue angle of 226.25º 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 #131E43 is Cyan = 0.72, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB193067-
CMYK0.720.5500.74
HSL226.25º55.81%16.86%-
HSV(B)226.25º71.64%26.27%-
XYZ1.751.475.5-
YUV30.93148.36119.49-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 16.38%
GREEN value IS 30 (12.11% from 255) = 25.86%
BLUE value IS 67 (26.56% from 255) = 57.76%
R=16.38%
G=25.86%
B=57.76%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal1930670.720.5500.74226.2555.8116.86
Hex131E43483704Ae23811
Octal23361031106701123427021
Binary100111111010000111001000110111010010101110001011100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131E43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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