#131A2E

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

Shades of Midnight Express #131A2E

Tints of Midnight Express #131A2E

Color information

#131A2E (or 0x131A2E) is unknown color: approx Midnight Express. HEX triplet: 13, 1A and 2E. RGB value is (19,26,46). Sum of RGB (Red+Green+Blue) = 19+26+46=91 (12% of max value = 765). Red value is 19 (7.81% from 255 or 20.88% from 91); Green value is 26 (10.55% from 255 or 28.57% from 91); Blue value is 46 (18.36% from 255 or 50.55% from 91); Max value from RGB is 46 - color contains mainly: blue. Hex color #131A2E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #131A2E is #ECE5D1. Grayscale: #1A1A1A. Windows color (decimal): -15525330 or 3021331. OLE color: 3021331.

HSL color Cylindrical-coordinate representation of color #131A2E: hue angle of 224.44º degrees, saturation: 0.42, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #131A2E is Cyan = 0.59, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB192646-
CMYK0.590.4300.82
HSL224.44º41.54%12.75%-
HSV(B)224.44º58.7%18.04%-
XYZ1.131.072.73-
YUV26.19139.18122.87-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 20.88%
GREEN value IS 26 (10.55% from 255) = 28.57%
BLUE value IS 46 (18.36% from 255) = 50.55%
R=20.88%
G=28.57%
B=50.55%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal1926460.590.4300.82224.4441.5412.75
Hex131A2E3B2B052e02ad
Octal233256735301223405215
Binary100111101010111011101110101101010010111000001010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131A2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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