#131D4C

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

Shades of Midnight Express #131D4C

Tints of Midnight Express #131D4C

Color information

#131D4C (or 0x131D4C) is unknown color: approx Midnight Express. HEX triplet: 13, 1D and 4C. RGB value is (19,29,76). Sum of RGB (Red+Green+Blue) = 19+29+76=124 (16% of max value = 765). Red value is 19 (7.81% from 255 or 15.32% from 124); Green value is 29 (11.72% from 255 or 23.39% from 124); Blue value is 76 (30.08% from 255 or 61.29% from 124); Max value from RGB is 76 - color contains mainly: blue. Hex color #131D4C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #131D4C is #ECE2B3. Grayscale: #1F1F1F. Windows color (decimal): -15524532 or 4988179. OLE color: 4988179.

HSL color Cylindrical-coordinate representation of color #131D4C: hue angle of 229.47º 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 #131D4C is Cyan = 0.75, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB192976-
CMYK0.750.6200.70
HSL229.47º60%18.63%-
HSV(B)229.47º75%29.8%-
XYZ2.011.547.03-
YUV31.37153.19119.18-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 15.32%
GREEN value IS 29 (11.72% from 255) = 23.39%
BLUE value IS 76 (30.08% from 255) = 61.29%
R=15.32%
G=23.39%
B=61.29%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal1929760.750.6200.70229.476018.63
Hex131D4C4B3E046e53c13
Octal23351141137601063457423
Binary100111110110011001001011111110010001101110010111110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131D4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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