#131A4F

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

Shades of Midnight Express #131A4F

Tints of Midnight Express #131A4F

Color information

#131A4F (or 0x131A4F) is unknown color: approx Midnight Express. HEX triplet: 13, 1A and 4F. RGB value is (19,26,79). Sum of RGB (Red+Green+Blue) = 19+26+79=124 (16% of max value = 765). Red value is 19 (7.81% from 255 or 15.32% from 124); Green value is 26 (10.55% from 255 or 20.97% from 124); Blue value is 79 (31.25% from 255 or 63.71% from 124); Max value from RGB is 79 - color contains mainly: blue. Hex color #131A4F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #131A4F is #ECE5B0. Grayscale: #1D1D1D. Windows color (decimal): -15525297 or 5184019. OLE color: 5184019.

HSL color Cylindrical-coordinate representation of color #131A4F: hue angle of 233º degrees, saturation: 0.61, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #131A4F is Cyan = 0.76, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB192679-
CMYK0.760.6700.69
HSL233º61.22%19.22%-
HSV(B)233º75.95%30.98%-
XYZ2.051.447.57-
YUV29.95155.68120.19-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 15.32%
GREEN value IS 26 (10.55% from 255) = 20.97%
BLUE value IS 79 (31.25% from 255) = 63.71%
R=15.32%
G=20.97%
B=63.71%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1926790.760.6700.6923361.2219.22
Hex131A4F4C43045e93d13
Octal233211711410301053517523
Binary1001111010100111110011001000011010001011110100111110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131A4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,26,79); }

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

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

 a { background-color: rgb(19,26,79); }

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

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

 span { border-color: rgb(19,26,79); }

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