#131948

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

Shades of Midnight Express #131948

Tints of Midnight Express #131948

Color information

#131948 (or 0x131948) is unknown color: approx Midnight Express. HEX triplet: 13, 19 and 48. RGB value is (19,25,72). Sum of RGB (Red+Green+Blue) = 19+25+72=116 (15% of max value = 765). Red value is 19 (7.81% from 255 or 16.38% from 116); Green value is 25 (10.16% from 255 or 21.55% from 116); Blue value is 72 (28.52% from 255 or 62.07% from 116); Max value from RGB is 72 - color contains mainly: blue. Hex color #131948 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #131948 is #ECE6B7. Grayscale: #1C1C1C. Windows color (decimal): -15525560 or 4725011. OLE color: 4725011.

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

Color convert

RGB192572-
CMYK0.740.6500.72
HSL233.21º58.24%17.84%-
HSV(B)233.21º73.61%28.24%-
XYZ1.791.36.29-
YUV28.56152.51121.18-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 16.38%
GREEN value IS 25 (10.16% from 255) = 21.55%
BLUE value IS 72 (28.52% from 255) = 62.07%
R=16.38%
G=21.55%
B=62.07%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal1925720.740.6500.72233.2158.2417.84
Hex1319484A41048e93a12
Octal233111011210101103517222
Binary1001111001100100010010101000001010010001110100111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131948

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #131948; }

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

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

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

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

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

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

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

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