#131F48

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

Shades of Midnight Express #131F48

Tints of Midnight Express #131F48

Color information

#131F48 (or 0x131F48) is unknown color: approx Midnight Express. HEX triplet: 13, 1F and 48. RGB value is (19,31,72). Sum of RGB (Red+Green+Blue) = 19+31+72=122 (16% of max value = 765). Red value is 19 (7.81% from 255 or 15.57% from 122); Green value is 31 (12.5% from 255 or 25.41% from 122); Blue value is 72 (28.52% from 255 or 59.02% from 122); Max value from RGB is 72 - color contains mainly: blue. Hex color #131F48 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #131F48 is #ECE0B7. Grayscale: #1F1F1F. Windows color (decimal): -15524024 or 4726547. OLE color: 4726547.

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

Color convert

RGB193172-
CMYK0.740.5700.72
HSL226.42º58.24%17.84%-
HSV(B)226.42º73.61%28.24%-
XYZ1.931.596.34-
YUV32.09150.52118.67-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 15.57%
GREEN value IS 31 (12.5% from 255) = 25.41%
BLUE value IS 72 (28.52% from 255) = 59.02%
R=15.57%
G=25.41%
B=59.02%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal1931720.740.5700.72226.4258.2417.84
Hex131F484A39048e23a12
Octal23371101127101103427222
Binary100111111110010001001010111001010010001110001011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131F48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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