#131748

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

Shades of Midnight Express #131748

Tints of Midnight Express #131748

Color information

#131748 (or 0x131748) is unknown color: approx Midnight Express. HEX triplet: 13, 17 and 48. RGB value is (19,23,72). Sum of RGB (Red+Green+Blue) = 19+23+72=114 (15% of max value = 765). Red value is 19 (7.81% from 255 or 16.67% from 114); Green value is 23 (9.38% from 255 or 20.18% from 114); Blue value is 72 (28.52% from 255 or 63.16% from 114); Max value from RGB is 72 - color contains mainly: blue. Hex color #131748 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #131748 is #ECE8B7. Grayscale: #1B1B1B. Windows color (decimal): -15526072 or 4724499. OLE color: 4724499.

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

Color convert

RGB192372-
CMYK0.740.6800.72
HSL235.47º58.24%17.84%-
HSV(B)235.47º73.61%28.24%-
XYZ1.741.226.27-
YUV27.39153.17122.02-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 16.67%
GREEN value IS 23 (9.38% from 255) = 20.18%
BLUE value IS 72 (28.52% from 255) = 63.16%
R=16.67%
G=20.18%
B=63.16%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal1923720.740.6800.72235.4758.2417.84
Hex1317484A44048eb3a12
Octal232711011210401103537222
Binary1001110111100100010010101000100010010001110101111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131748

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #131748; }

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

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

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

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

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

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

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

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