#131D48

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

Shades of Midnight Express #131D48

Tints of Midnight Express #131D48

Color information

#131D48 (or 0x131D48) is unknown color: approx Midnight Express. HEX triplet: 13, 1D and 48. RGB value is (19,29,72). Sum of RGB (Red+Green+Blue) = 19+29+72=120 (15% of max value = 765). Red value is 19 (7.81% from 255 or 15.83% from 120); Green value is 29 (11.72% from 255 or 24.17% from 120); Blue value is 72 (28.52% from 255 or 60% from 120); Max value from RGB is 72 - color contains mainly: blue. Hex color #131D48 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #131D48 is #ECE2B7. Grayscale: #1E1E1E. Windows color (decimal): -15524536 or 4726035. OLE color: 4726035.

HSL color Cylindrical-coordinate representation of color #131D48: hue angle of 228.68º degrees, saturation: 0.58, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #131D48 is Cyan = 0.74, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB192972-
CMYK0.740.6000.72
HSL228.68º58.24%17.84%-
HSV(B)228.68º73.61%28.24%-
XYZ1.881.496.32-
YUV30.91151.19119.5-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 15.83%
GREEN value IS 29 (11.72% from 255) = 24.17%
BLUE value IS 72 (28.52% from 255) = 60%
R=15.83%
G=24.17%
B=60%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal1929720.740.6000.72228.6858.2417.84
Hex131D484A3C048e53a12
Octal23351101127401103457222
Binary100111110110010001001010111100010010001110010111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131D48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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