#131634

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

Shades of Midnight Express #131634

Tints of Midnight Express #131634

Color information

#131634 (or 0x131634) is unknown color: approx Midnight Express. HEX triplet: 13, 16 and 34. RGB value is (19,22,52). Sum of RGB (Red+Green+Blue) = 19+22+52=93 (12% of max value = 765). Red value is 19 (7.81% from 255 or 20.43% from 93); Green value is 22 (8.98% from 255 or 23.66% from 93); Blue value is 52 (20.70% from 255 or 55.91% from 93); Max value from RGB is 52 - color contains mainly: blue. Hex color #131634 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #131634 is #ECE9CB. Grayscale: #181818. Windows color (decimal): -15526348 or 3413523. OLE color: 3413523.

HSL color Cylindrical-coordinate representation of color #131634: hue angle of 234.55º 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 #131634 is Cyan = 0.63, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB192252-
CMYK0.630.5800.80
HSL234.55º46.48%13.92%-
HSV(B)234.55º63.46%20.39%-
XYZ1.180.963.37-
YUV24.52143.51124.06-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 20.43%
GREEN value IS 22 (8.98% from 255) = 23.66%
BLUE value IS 52 (20.70% from 255) = 55.91%
R=20.43%
G=23.66%
B=55.91%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal1922520.630.5800.80234.5546.4813.92
Hex1316343F3A050eb2ee
Octal232664777201203535616
Binary100111011011010011111111101001010000111010111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131634

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #131634; }

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

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

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

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

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

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

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

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