#131A30

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

Shades of Midnight Express #131A30

Tints of Midnight Express #131A30

Color information

#131A30 (or 0x131A30) is unknown color: approx Midnight Express. HEX triplet: 13, 1A and 30. RGB value is (19,26,48). Sum of RGB (Red+Green+Blue) = 19+26+48=93 (12% of max value = 765). Red value is 19 (7.81% from 255 or 20.43% from 93); Green value is 26 (10.55% from 255 or 27.96% from 93); Blue value is 48 (19.14% from 255 or 51.61% from 93); Max value from RGB is 48 - color contains mainly: blue. Hex color #131A30 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #131A30 is #ECE5CF. Grayscale: #1A1A1A. Windows color (decimal): -15525328 or 3152403. OLE color: 3152403.

HSL color Cylindrical-coordinate representation of color #131A30: hue angle of 225.52º degrees, saturation: 0.43, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #131A30 is Cyan = 0.60, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB192648-
CMYK0.600.4600.81
HSL225.52º43.28%13.14%-
HSV(B)225.52º60.42%18.82%-
XYZ1.171.092.95-
YUV26.42140.18122.71-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 20.43%
GREEN value IS 26 (10.55% from 255) = 27.96%
BLUE value IS 48 (19.14% from 255) = 51.61%
R=20.43%
G=27.96%
B=51.61%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal1926480.600.4600.81225.5243.2813.14
Hex131A303C2E051e22bd
Octal233260745601213425315
Binary100111101011000011110010111001010001111000101010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131A30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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