#131B30

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

Shades of Midnight Express #131B30

Tints of Midnight Express #131B30

Color information

#131B30 (or 0x131B30) is unknown color: approx Midnight Express. HEX triplet: 13, 1B and 30. RGB value is (19,27,48). Sum of RGB (Red+Green+Blue) = 19+27+48=94 (12% of max value = 765). Red value is 19 (7.81% from 255 or 20.21% from 94); Green value is 27 (10.94% from 255 or 28.72% from 94); Blue value is 48 (19.14% from 255 or 51.06% from 94); Max value from RGB is 48 - color contains mainly: blue. Hex color #131B30 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #131B30 is #ECE4CF. Grayscale: #1A1A1A. Windows color (decimal): -15525072 or 3152659. OLE color: 3152659.

HSL color Cylindrical-coordinate representation of color #131B30: hue angle of 223.45º degrees, saturation: 0.43, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #131B30 is Cyan = 0.60, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB192748-
CMYK0.600.4400.81
HSL223.45º43.28%13.14%-
HSV(B)223.45º60.42%18.82%-
XYZ1.191.142.95-
YUV27139.85122.29-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 20.21%
GREEN value IS 27 (10.94% from 255) = 28.72%
BLUE value IS 48 (19.14% from 255) = 51.06%
R=20.21%
G=28.72%
B=51.06%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal1927480.600.4400.81223.4543.2813.14
Hex131B303C2C051df2bd
Octal233360745401213375315
Binary100111101111000011110010110001010001110111111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131B30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,27,48); }

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

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

 a { background-color: rgb(19,27,48); }

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

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

 span { border-color: rgb(19,27,48); }

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