#131A38

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

Shades of Midnight Express #131A38

Tints of Midnight Express #131A38

Color information

#131A38 (or 0x131A38) is unknown color: approx Midnight Express. HEX triplet: 13, 1A and 38. RGB value is (19,26,56). Sum of RGB (Red+Green+Blue) = 19+26+56=101 (13% of max value = 765). Red value is 19 (7.81% from 255 or 18.81% from 101); Green value is 26 (10.55% from 255 or 25.74% from 101); Blue value is 56 (22.27% from 255 or 55.45% from 101); Max value from RGB is 56 - color contains mainly: blue. Hex color #131A38 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #131A38 is #ECE5C7. Grayscale: #1B1B1B. Windows color (decimal): -15525320 or 3676691. OLE color: 3676691.

HSL color Cylindrical-coordinate representation of color #131A38: hue angle of 228.65º degrees, saturation: 0.49, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #131A38 is Cyan = 0.66, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB192656-
CMYK0.660.5400.78
HSL228.65º49.33%14.71%-
HSV(B)228.65º66.07%21.96%-
XYZ1.351.163.89-
YUV27.33144.18122.06-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 18.81%
GREEN value IS 26 (10.55% from 255) = 25.74%
BLUE value IS 56 (22.27% from 255) = 55.45%
R=18.81%
G=25.74%
B=55.45%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal1926560.660.5400.78228.6549.3314.71
Hex131A38423604Ee531f
Octal2332701026601163456117
Binary1001111010111000100001011011001001110111001011100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131A38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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