#131C4A

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

Shades of Midnight Express #131C4A

Tints of Midnight Express #131C4A

Color information

#131C4A (or 0x131C4A) is unknown color: approx Midnight Express. HEX triplet: 13, 1C and 4A. RGB value is (19,28,74). Sum of RGB (Red+Green+Blue) = 19+28+74=121 (16% of max value = 765). Red value is 19 (7.81% from 255 or 15.70% from 121); Green value is 28 (11.33% from 255 or 23.14% from 121); Blue value is 74 (29.30% from 255 or 61.16% from 121); Max value from RGB is 74 - color contains mainly: blue. Hex color #131C4A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #131C4A is #ECE3B5. Grayscale: #1E1E1E. Windows color (decimal): -15524790 or 4856851. OLE color: 4856851.

HSL color Cylindrical-coordinate representation of color #131C4A: hue angle of 230.18º degrees, saturation: 0.59, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #131C4A is Cyan = 0.74, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB192874-
CMYK0.740.6200.71
HSL230.18º59.14%18.24%-
HSV(B)230.18º74.32%29.02%-
XYZ1.921.466.66-
YUV30.55152.52119.76-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 15.70%
GREEN value IS 28 (11.33% from 255) = 23.14%
BLUE value IS 74 (29.30% from 255) = 61.16%
R=15.70%
G=23.14%
B=61.16%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal1928740.740.6200.71230.1859.1418.24
Hex131C4A4A3E047e63b12
Octal23341121127601073467322
Binary100111110010010101001010111110010001111110011011101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131C4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,28,74); }

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

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

 a { background-color: rgb(19,28,74); }

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

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

 span { border-color: rgb(19,28,74); }

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