#131A48

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

Shades of Midnight Express #131A48

Tints of Midnight Express #131A48

Color information

#131A48 (or 0x131A48) is unknown color: approx Midnight Express. HEX triplet: 13, 1A and 48. RGB value is (19,26,72). Sum of RGB (Red+Green+Blue) = 19+26+72=117 (15% of max value = 765). Red value is 19 (7.81% from 255 or 16.24% from 117); Green value is 26 (10.55% from 255 or 22.22% from 117); Blue value is 72 (28.52% from 255 or 61.54% from 117); Max value from RGB is 72 - color contains mainly: blue. Hex color #131A48 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #131A48 is #ECE5B7. Grayscale: #1C1C1C. Windows color (decimal): -15525304 or 4725267. OLE color: 4725267.

HSL color Cylindrical-coordinate representation of color #131A48: hue angle of 232.08º 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 #131A48 is Cyan = 0.74, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB192672-
CMYK0.740.6400.72
HSL232.08º58.24%17.84%-
HSV(B)232.08º73.61%28.24%-
XYZ1.811.356.3-
YUV29.15152.18120.76-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 16.24%
GREEN value IS 26 (10.55% from 255) = 22.22%
BLUE value IS 72 (28.52% from 255) = 61.54%
R=16.24%
G=22.22%
B=61.54%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal1926720.740.6400.72232.0858.2417.84
Hex131A484A40048e83a12
Octal233211011210001103507222
Binary1001111010100100010010101000000010010001110100011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131A48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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