#131A34

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

Shades of Midnight Express #131A34

Tints of Midnight Express #131A34

Color information

#131A34 (or 0x131A34) is unknown color: approx Midnight Express. HEX triplet: 13, 1A and 34. RGB value is (19,26,52). Sum of RGB (Red+Green+Blue) = 19+26+52=97 (12% of max value = 765). Red value is 19 (7.81% from 255 or 19.59% from 97); Green value is 26 (10.55% from 255 or 26.80% from 97); Blue value is 52 (20.70% from 255 or 53.61% from 97); Max value from RGB is 52 - color contains mainly: blue. Hex color #131A34 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #131A34 is #ECE5CB. Grayscale: #1A1A1A. Windows color (decimal): -15525324 or 3414547. OLE color: 3414547.

HSL color Cylindrical-coordinate representation of color #131A34: hue angle of 227.27º degrees, saturation: 0.46, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #131A34 is Cyan = 0.63, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB192652-
CMYK0.630.5000.80
HSL227.27º46.48%13.92%-
HSV(B)227.27º63.46%20.39%-
XYZ1.261.133.4-
YUV26.87142.18122.39-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 19.59%
GREEN value IS 26 (10.55% from 255) = 26.80%
BLUE value IS 52 (20.70% from 255) = 53.61%
R=19.59%
G=26.80%
B=53.61%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal1926520.630.5000.80227.2746.4813.92
Hex131A343F32050e32ee
Octal233264776201203435616
Binary100111101011010011111111001001010000111000111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131A34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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