#131C4C

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

Shades of Midnight Express #131C4C

Tints of Midnight Express #131C4C

Color information

#131C4C (or 0x131C4C) is unknown color: approx Midnight Express. HEX triplet: 13, 1C and 4C. RGB value is (19,28,76). Sum of RGB (Red+Green+Blue) = 19+28+76=123 (16% of max value = 765). Red value is 19 (7.81% from 255 or 15.45% from 123); Green value is 28 (11.33% from 255 or 22.76% from 123); Blue value is 76 (30.08% from 255 or 61.79% from 123); Max value from RGB is 76 - color contains mainly: blue. Hex color #131C4C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #131C4C is #ECE3B3. Grayscale: #1E1E1E. Windows color (decimal): -15524788 or 4987923. OLE color: 4987923.

HSL color Cylindrical-coordinate representation of color #131C4C: hue angle of 230.53º degrees, saturation: 0.6, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #131C4C is Cyan = 0.75, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB192876-
CMYK0.750.6300.70
HSL230.53º60%18.63%-
HSV(B)230.53º75%29.8%-
XYZ1.991.497.02-
YUV30.78153.52119.6-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 15.45%
GREEN value IS 28 (11.33% from 255) = 22.76%
BLUE value IS 76 (30.08% from 255) = 61.79%
R=15.45%
G=22.76%
B=61.79%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal1928760.750.6300.70230.536018.63
Hex131C4C4B3F046e73c13
Octal23341141137701063477423
Binary100111110010011001001011111111010001101110011111110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131C4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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